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:
nitin
2024-10-10 01:34:56 +05:30
committed by GitHub
parent 855060a308
commit c57d8f1346
3 changed files with 61 additions and 26 deletions

View File

@ -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)}
/>