Skip to content

Commit

Permalink
engine (fix): “range” is not an unsupported control node type
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Jan 16, 2025
1 parent e6d01b0 commit 0a6010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xforms-engine/src/client/node-types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// prettier-ignore
export type UnsupportedControlNodeType =
| 'range'
| 'rank'
| 'upload';

Expand All @@ -17,6 +16,7 @@ export type LeafNodeType =
| 'select'
| 'input'
| 'trigger'
| 'range'
| UnsupportedControlNodeType;

// prettier-ignore
Expand Down

0 comments on commit 0a6010e

Please sign in to comment.