Skip to content

Commit

Permalink
fix: remove unused scope on subblock section in stat card editor uiSc…
Browse files Browse the repository at this point in the history
…hema (#1431)
  • Loading branch information
juliannemarik authored Mar 7, 2024
1 parent b34fcf3 commit 9389cd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const buildUiSchema = async (
section: "subblock",
scale: "m",
toggleDisplay: "switch",
scope: "/properties/unit",
},
elements: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ describe("buildUiSchema: stat", () => {
section: "subblock",
scale: "m",
toggleDisplay: "switch",
scope: "/properties/unit",
},
elements: [
{
Expand Down

0 comments on commit 9389cd8

Please sign in to comment.