Skip to content

Commit

Permalink
chore: Cleanup console warnings about styled and fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jun 26, 2023
1 parent 9fc1487 commit 527165f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const applyConfig = (config) => {
schemaEnhancer: AccordionStylingSchema,
// See https://react.semantic-ui.com/modules/accordion/
options: {
styled: 'styled',
fluid: 'fluid',
styled: true,
fluid: true,
},
defaults: {},
security: {
Expand Down

0 comments on commit 527165f

Please sign in to comment.