feat: save edited custom field (#2245)

Closes #2161

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Thaïs
2023-10-27 18:06:31 +02:00
committed by GitHub
parent 40c5f72080
commit e488a87ce4
8 changed files with 84 additions and 16 deletions

View File

@ -42,6 +42,7 @@ export const SettingsObjectFieldFormSection = ({
/>
<StyledInputsContainer>
<IconPicker
disabled={disabled}
selectedIconKey={iconKey}
onChange={(value) => onChange?.({ icon: value.iconKey })}
variant="primary"