File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
webapp/packages/plugin-sql-editor/src/SqlResultTabs/SqlAudit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { makeObservable, observable } from 'mobx';
44import { ActionSnackbar } from '@cloudbeaver/core-blocks' ;
55import { ConnectionExecutionContextService , ConnectionInfoResource , createConnectionParam } from '@cloudbeaver/core-connections' ;
66import { injectable } from '@cloudbeaver/core-di' ;
7- import { type CommonDialogService , DialogueStateResult } from '@cloudbeaver/core-dialogs' ;
8- import { ENotificationType , type NotificationService } from '@cloudbeaver/core-events' ;
7+ import { CommonDialogService , DialogueStateResult } from '@cloudbeaver/core-dialogs' ;
8+ import { ENotificationType , NotificationService } from '@cloudbeaver/core-events' ;
99import { getRecentlySelectedZone } from '@cloudbeaver/core-sdk' ;
1010import { uuid } from '@cloudbeaver/core-utils' ;
1111import { SessionExpiredDialog } from '@cloudbeaver/plugin-root' ;
You can’t perform that action at this time.
0 commit comments