Skip to content

Commit cc46901

Browse files
committed
Disable next line
1 parent e745866 commit cc46901

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/components/ui/multi-select.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable no-unused-vars */
2-
31
// src/components/multi-select.tsx
42

53
import * as React from "react";
@@ -135,6 +133,7 @@ export const MultiSelect = React.forwardRef<
135133
animation = 0,
136134
maxCount = 3,
137135
modalPopover = false,
136+
// eslint-disable-next-line
138137
asChild = false,
139138
className,
140139
...props

0 commit comments

Comments
 (0)