Skip to content

Commit

Permalink
fix: Type
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Apr 14, 2023
1 parent 5c49eae commit 26f2aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurator/configurator-state.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ describe("moveField", () => {

describe("retainChartConfigWhenSwitchingChartType", () => {
const dataSetMetadata = covid19Metadata.data
.dataCubeByIri as DataCubeMetadata;
.dataCubeByIri as unknown as DataCubeMetadata;

const deriveNewChartConfig = (
oldConfig: ChartConfig,
Expand Down

0 comments on commit 26f2aa7

Please sign in to comment.