Update Seeds while pre-fi
lling a new workspace
This commit is contained in:
@ -67,7 +67,7 @@ export const ViewBarEffect = () => {
|
||||
useFindManyObjectRecords({
|
||||
skip: !currentViewId,
|
||||
objectNamePlural: 'viewFieldsV2',
|
||||
filter: { view: { eq: currentViewId } },
|
||||
filter: { viewId: { eq: currentViewId } },
|
||||
onCompleted: useRecoilCallback(
|
||||
({ snapshot, set }) =>
|
||||
async (data: PaginatedObjectTypeResults<ViewField>) => {
|
||||
|
||||
Reference in New Issue
Block a user