mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-12-01 13:20:54 +00:00
typos
This commit is contained in:
parent
3312b4ae35
commit
7d16261bff
@ -84,8 +84,8 @@
|
|||||||
{ label: `Drop ${collKey}…`, fn: () => dropCollection(dbKey, collKey) },
|
{ label: `Drop ${collKey}…`, fn: () => dropCollection(dbKey, collKey) },
|
||||||
{ label: `Drop ${dbKey}…`, fn: () => dropDatabase(dbKey) },
|
{ label: `Drop ${dbKey}…`, fn: () => dropDatabase(dbKey) },
|
||||||
{ separator: true },
|
{ separator: true },
|
||||||
{ label: 'New database≥', fn: () => dispatch('newDatabase') },
|
{ label: 'New database…', fn: () => dispatch('newDatabase') },
|
||||||
{ label: 'New collection≥', fn: () => dispatch('newCollection') },
|
{ label: 'New collection…', fn: () => dispatch('newCollection') },
|
||||||
],
|
],
|
||||||
})).sort((a, b) => a.id.localeCompare(b)) || [],
|
})).sort((a, b) => a.id.localeCompare(b)) || [],
|
||||||
menu: [
|
menu: [
|
||||||
|
Loading…
Reference in New Issue
Block a user