We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991f156 commit 09135a2Copy full SHA for 09135a2
src/containers/Tenant/utils/schemaActions.ts
@@ -114,17 +114,17 @@ export const getActions = (
114
copyItem,
115
],
116
[
117
- {text: 'Alter table', action: onAlterTableClick},
118
- {text: 'Select query', action: onSelectQueryClick},
119
- {text: 'Upsert query', action: onUpsertQueryClick},
+ {text: 'Alter table...', action: onAlterTableClick},
+ {text: 'Select query...', action: onSelectQueryClick},
+ {text: 'Upsert query...', action: onUpsertQueryClick},
120
121
]
122
: [
123
124
125
126
127
- {text: 'Create table', action: onCreateTableClick},
+ {text: 'Create table...', action: onCreateTableClick},
128
129
];
130
};
0 commit comments