feat: add triggers to ui

This commit is contained in:
Nybkox
2024-12-17 10:08:23 +01:00
parent d32af771dc
commit 9e941dfce2
5 changed files with 26 additions and 36 deletions

View File

@@ -60,6 +60,14 @@ export const defaultDatabaseObjectAppObjectActions = {
icon: 'img sql-file',
},
],
triggers: [
{
label: 'Show SQL',
tab: 'SqlObjectTab',
defaultActionId: 'showSql',
icon: 'img sql-file',
},
],
collections: [
{
label: 'Open data',