Skip to content

Commit 78ff926

Browse files
committed
default to url name
1 parent ca6d011 commit 78ff926

File tree

1 file changed

+1
-1
lines changed
  • packages/insomnia/src/main/ipc

1 file changed

+1
-1
lines changed

packages/insomnia/src/main/ipc/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export function registerMainHandlers() {
238238
await models.request.create({
239239
...req,
240240
_id: undefined,
241-
name: 'Cool stuff',
241+
name: req.url,
242242
parentId: 'wrk_scratchpad',
243243
});
244244
}

0 commit comments

Comments
 (0)