File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/console/src/components/pages/protected/controls/table Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import { useBulkDeleteControls } from '@/lib/graphql-hooks/controls'
2929import { TableColumnVisibilityKeysEnum } from '@/components/shared/table-column-visibility/table-column-visibility-keys.ts'
3030import { useGetCustomTypeEnums } from '@/lib/graphql-hooks/custom-type-enums'
3131import { useOrganization } from '@/hooks/useOrganization'
32+ import { BulkCSVUpdateControlDialog } from '../bulk-csv-update-control-dialog'
3233
3334type TProps = {
3435 onFilterChange : ( filters : ControlWhereInput ) => void
@@ -213,14 +214,14 @@ const ControlsTableToolbar: React.FC<TProps> = ({
213214 </ Button >
214215 }
215216 />
216- { /* <BulkCSVUpdateControlDialog
217+ < BulkCSVUpdateControlDialog
217218 trigger = {
218219 < Button size = "sm" variant = "transparent" className = "flex items-center space-x-2 px-1" >
219220 < Upload size = { 16 } strokeWidth = { 2 } />
220221 < span > Update Existing Controls</ span >
221222 </ Button >
222223 }
223- /> */ }
224+ />
224225 < Button
225226 size = "sm"
226227 variant = "transparent"
You can’t perform that action at this time.
0 commit comments