diff --git a/packages/web/src/tableeditor/TableEditor.svelte b/packages/web/src/tableeditor/TableEditor.svelte index e722f47c5..d3cb316eb 100644 --- a/packages/web/src/tableeditor/TableEditor.svelte +++ b/packages/web/src/tableeditor/TableEditor.svelte @@ -171,8 +171,8 @@ = 0 ? dbInfo?.schemas : null} + pureNameTitle={isCreateTable ? 'Table name' : null} + schemaList={isCreateTable && dbInfo?.schemas?.length >= 0 ? dbInfo?.schemas : null} values={_.pick(tableInfo, ['schemaName', 'pureName', ...(tableFormOptions ?? []).map(x => x.name)])} onChangeValues={vals => { if (!_.isEmpty(vals)) {