Skip to content

Commit

Permalink
fix: 🐛 missing unit white space config individual entity
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Apr 21, 2024
1 parent 91d9494 commit 5ab4736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui-editor/schema/individual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ const mainSchema = {
label: "Show Direction",
selector: { boolean: {} },
},
{
name: "unit_white_space",
label: "Unit White Space",
selector: { boolean: {} },
},
{
name: "use_metadata",
label: "Use Metadata",
Expand Down

0 comments on commit 5ab4736

Please sign in to comment.