From 766b31496ce6ef49bcece5979aa6c0905be9cf7a Mon Sep 17 00:00:00 2001 From: Maksim Chervonnyi Date: Thu, 26 Sep 2024 14:11:40 +0200 Subject: [PATCH] swap table name and config back --- .../containers/Admin/Buckets/Tabulator.tsx | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/catalog/app/containers/Admin/Buckets/Tabulator.tsx b/catalog/app/containers/Admin/Buckets/Tabulator.tsx index c462bdde0cb..c54571daa71 100644 --- a/catalog/app/containers/Admin/Buckets/Tabulator.tsx +++ b/catalog/app/containers/Admin/Buckets/Tabulator.tsx @@ -94,8 +94,7 @@ const useTabulatorTableStyles = M.makeStyles((t) => ({ marginBottom: t.spacing(1), }, name: { - flexGrow: 1, - marginTop: t.spacing(2), + marginBottom: t.spacing(2), }, root: { alignItems: 'stretch', @@ -259,6 +258,20 @@ function TabulatorTable({ {confirm.render(<>)}
+ } + variant="outlined" + size="small" + disabled={!!tabulatorTable || submitting || deleting} + /> - } - variant="outlined" - size="small" - disabled={!!tabulatorTable || submitting || deleting} - /> {(submitFailed || typeof deleting === 'object') && (