Relations many in table view (#5842)
Closes #5924. Adding the "many" side of relations in the table view, and fixing some issues (glitch in Multi record select, cache update after update). --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
import { createComponentState } from '@/ui/utilities/state/component-state/utils/createComponentState';
|
||||
|
||||
export const objectRecordsIdsMultiSelecComponentState = createComponentState<
|
||||
string[]
|
||||
>({
|
||||
key: 'objectRecordsIdsMultiSelectComponentState',
|
||||
defaultValue: [],
|
||||
});
|
||||
Reference in New Issue
Block a user