Skip to content

Commit 5803af2

Browse files
committed
fix: lint
1 parent a06bc5a commit 5803af2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/containers/Tenant/utils/controls.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const getSchemaControls =
6464

6565
database: undefined,
6666
directory: undefined,
67+
resource_pool: undefined,
6768

6869
table: openPreview,
6970
column_table: openPreview,

src/containers/Tenant/utils/schemaActions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ export const getActions =
290290
database: DB_SET,
291291

292292
directory: DIR_SET,
293+
resource_pool: DIR_SET,
293294

294295
table: ROW_TABLE_SET,
295296
column_table: COLUMN_TABLE_SET,

0 commit comments

Comments
 (0)