Skip to content

Commit

Permalink
MAT-6183 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Feb 4, 2025
1 parent 828aade commit dec59fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CreateNewLibraryDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const CreateNewLibraryDialog: React.FC<TestProps> = ({

let modelOptions = Object.keys(Model);
const featureFlags = useFeatureFlags();
modelOptions = modelOptions.filter((option) => option !== "QICORE_6_0_0");
modelOptions = modelOptions.filter((option) => option !== "QICORE_6_0_0");

// fetch organizations DB using measure service and sorts alphabetically
useEffect(() => {
Expand Down

0 comments on commit dec59fb

Please sign in to comment.