Fix Storybook stories (Datamodel edition / preview / signOut) (#5019)

As per title ; some small changes on broken stories
This commit is contained in:
Charles Bochet
2024-04-17 18:48:41 +02:00
committed by GitHub
parent 627a6bda29
commit a52f2e5bd9
7 changed files with 65 additions and 52 deletions

View File

@ -41,6 +41,7 @@ const BooleanFieldInputWithContext = ({
return (
<FieldContextProvider
fieldDefinition={{
defaultValue: false,
fieldMetadataId: 'boolean',
label: 'Boolean',
iconName: 'Icon123',