Breadcrumb DropDown improvement (#7546)
context - https://github.com/twentyhq/twenty/pull/7397#pullrequestreview-2356581785 P.S. Apologies for the background music in the screen recording—I didn’t realize my mic was on while capturing it. 😅 https://github.com/user-attachments/assets/0cd31aa7-9ce2-4577-a79a-73c9890f2905 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -178,7 +178,9 @@ export const SettingsObjectNewFieldConfigure = () => {
|
||||
isSaveDisabled={!canSave}
|
||||
isCancelDisabled={isSubmitting}
|
||||
onCancel={() =>
|
||||
navigate(`/settings/objects/${objectSlug}/new-field/select`)
|
||||
navigate(
|
||||
`/settings/objects/${objectSlug}/new-field/select?fieldType=${fieldType}`,
|
||||
)
|
||||
}
|
||||
onSave={formConfig.handleSubmit(handleSave)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user