Refactor RelationFieldDisplay to eliminate dependency on non-ui components (#1949)
* job done * removed example type * removed unused temporary type
This commit is contained in:
@ -170,6 +170,7 @@ export const CompanyBoardCard = () => {
|
||||
type: viewField.type,
|
||||
metadata: viewField.metadata,
|
||||
buttonIcon: viewField.buttonIcon,
|
||||
entityChipDisplayMapper: viewField.entityChipDisplayMapper,
|
||||
},
|
||||
useUpdateEntityMutation: useUpdateOnePipelineProgressMutation,
|
||||
hotkeyScope: InlineCellHotkeyScope.InlineCell,
|
||||
|
||||
Reference in New Issue
Block a user