mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
resizable widgets in grid
This commit is contained in:
@@ -134,7 +134,6 @@ export default function FreeTableColumnEditor(props) {
|
||||
const model = modelState.value;
|
||||
return (
|
||||
<>
|
||||
<WidgetTitle>Columns</WidgetTitle>
|
||||
<ManagerInnerContainer style={{ maxWidth: props.managerSize }}>
|
||||
{model.structure.columns.map((column, index) =>
|
||||
index == editingColumn ? (
|
||||
|
||||
Reference in New Issue
Block a user