Skip to content

Commit 99767eb

Browse files
Revert "hide update (#1281)"
This reverts commit c2a9961.
1 parent 39e1f5d commit 99767eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/console/src/components/pages/protected/controls/table/controls-table-toolbar.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { useBulkDeleteControls } from '@/lib/graphql-hooks/controls'
2929
import { TableColumnVisibilityKeysEnum } from '@/components/shared/table-column-visibility/table-column-visibility-keys.ts'
3030
import { useGetCustomTypeEnums } from '@/lib/graphql-hooks/custom-type-enums'
3131
import { useOrganization } from '@/hooks/useOrganization'
32+
import { BulkCSVUpdateControlDialog } from '../bulk-csv-update-control-dialog'
3233

3334
type 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"

0 commit comments

Comments
 (0)