feat: add Select field preview and form (#2655)

Closes #2432
This commit is contained in:
Thaïs
2023-11-28 23:44:21 +01:00
committed by GitHub
parent 0fa55b0634
commit bc787f72ba
18 changed files with 317 additions and 87 deletions

View File

@ -172,6 +172,7 @@ export const SettingsObjectFieldEdit = () => {
values={{
type: formValues.type,
relation: formValues.relation,
select: formValues.select,
}}
/>
<Section>

View File

@ -223,6 +223,7 @@ export const SettingsObjectNewFieldStep2 = () => {
values={{
type: formValues.type,
relation: formValues.relation,
select: formValues.select,
}}
/>
</SettingsPageContainer>