fix: allow access to the Update View button when a table column can be persisted (#1433)
Closes #1432
This commit is contained in:
@ -138,10 +138,7 @@ export function TableOptionsDropdownContent({
|
||||
const currentColumns = await snapshot.getPromise(
|
||||
tableColumnsScopedState(tableScopeId),
|
||||
);
|
||||
set(
|
||||
savedTableColumnsScopedState(viewToCreate.id),
|
||||
currentColumns.map((column) => ({ ...column, id: v4() })),
|
||||
);
|
||||
set(savedTableColumnsScopedState(viewToCreate.id), currentColumns);
|
||||
|
||||
const selectedFilters = await snapshot.getPromise(
|
||||
filtersScopedState(tableScopeId),
|
||||
|
||||
Reference in New Issue
Block a user