Browse Source

feat(nc-gui): put automation log level to enums.ts

pull/5349/head
Wing-Kam Wong 1 year ago
parent
commit
b65b66faef
  1. 6
      packages/nc-gui/lib/enums.ts

6
packages/nc-gui/lib/enums.ts

@ -99,3 +99,9 @@ export enum DataSourcesSubTab {
Misc = 'Misc',
Edit = 'Edit',
}
export enum AutomationLogLevel {
OFF = 'OFF',
ERROR = 'ERROR',
ALL = 'ALL',
}

Loading…
Cancel
Save