Skip to content

Commit

Permalink
temporarily disable eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbjordan committed Dec 7, 2023
1 parent 5eb5c2b commit 041c131
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ async function translateSavedViewToLegacySavedView(
let legacySavedView: LegacySavedView | LegacySavedView2d;
if (savedViewData.legacyView) {
savedView = cleanLegacyViewModelSelectorPropsModels(savedView);
// eslint-disable-next-line @typescript-eslint/no-explicit-any
legacySavedView = savedViewData.legacyView as any;
// legacySavedView.id = savedView.id; // Change legacy sv id to comboId

Expand Down

0 comments on commit 041c131

Please sign in to comment.