feat: use new component state api for record table (#8143)
This PR drop the use of the old component state api in favour of the new component state api V2.
This commit is contained in:
@ -8,7 +8,7 @@ export const actionMenuEntriesComponentSelector = createComponentSelectorV2<
|
||||
ActionMenuEntry[]
|
||||
>({
|
||||
key: 'actionMenuEntriesComponentSelector',
|
||||
instanceContext: ActionMenuComponentInstanceContext,
|
||||
componentInstanceContext: ActionMenuComponentInstanceContext,
|
||||
get:
|
||||
({ instanceId }) =>
|
||||
({ get }) =>
|
||||
|
||||
Reference in New Issue
Block a user