mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 14:44:07 +00:00
Update default collection name to 'Untitled Collection'
This commit is contained in:
@@ -545,7 +545,7 @@ const searchLanguageByHeader = (headers) => {
|
||||
|
||||
const importPostmanV2Collection = (collection, options) => {
|
||||
const brunoCollection = {
|
||||
name: collection.info.name || 'New Collection',
|
||||
name: collection.info.name || 'Untitled Collection',
|
||||
uid: uuid(),
|
||||
version: '1',
|
||||
items: [],
|
||||
@@ -553,7 +553,7 @@ const importPostmanV2Collection = (collection, options) => {
|
||||
root: {
|
||||
docs: collection.info.description || '',
|
||||
meta: {
|
||||
name: collection.info.name || 'New Collection'
|
||||
name: collection.info.name || 'Untitled Collection'
|
||||
},
|
||||
request: {
|
||||
auth: {
|
||||
|
||||
Reference in New Issue
Block a user