Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
WillTwait committed Nov 8, 2024
1 parent bf26976 commit 23d1593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ input WidgetInput @oneOf {
multiline: MultilineStringWidgetInput
number: NumberWidgetInput
reference: ReferenceWidgetInput
section: StringWidgetInput
section: SectionWidgetInput
sentiment: SentimentWidgetInput
string: StringWidgetInput
temporal: TemporalWidgetInput
Expand Down
2 changes: 1 addition & 1 deletion schema/platform/components.schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ union Widget =
TODO
"""
input WidgetInput @oneOf {
section: StringWidgetInput
section: SectionWidgetInput
checkbox: CheckboxWidgetInput
boolean: BooleanWidgetInput
clicker: ClickerWidgetInput
Expand Down

0 comments on commit 23d1593

Please sign in to comment.