Skip to content

Commit

Permalink
fix: statCardUiSchema test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannemarik committed Jan 19, 2024
1 parent 16eee9c commit fe7cdb1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ describe("buildUiSchema: stat", () => {
scope: "/properties/allowUnitFormatting",
options: {
section: "subblock",
scale: "m",
toggleDisplay: "switch",
scope: "/properties/unit",
},
Expand Down Expand Up @@ -115,6 +116,7 @@ describe("buildUiSchema: stat", () => {
labelKey: `advancedConfig.label`,
options: {
section: "subblock",
scale: "m",
},
rule: {
condition: {
Expand Down Expand Up @@ -196,6 +198,7 @@ describe("buildUiSchema: stat", () => {
scope: "/properties/allowLink",
options: {
section: "subblock",
scale: "m",
toggleDisplay: "switch",
},
rule: {
Expand Down

0 comments on commit fe7cdb1

Please sign in to comment.