Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxLynxx committed Jan 14, 2025
1 parent 7049a6e commit 4c1955a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ class _PropertyBuilder extends StatelessWidget {
property: castProperty as DocumentProperty<String>,
isEditMode: isEditMode,
onChanged: onChanged,
);
case YesNoChoiceDefinition():
final castProperty = definition.castProperty(property);
return YesNoChoiceWidget(
Expand Down

0 comments on commit 4c1955a

Please sign in to comment.