mirror of https://github.com/buster-so/buster.git
update use client on modals
This commit is contained in:
parent
a6bcf398da
commit
a78896fe3e
|
@ -1,3 +1,5 @@
|
|||
'use client';
|
||||
|
||||
import React, { useMemo, useRef, useState } from 'react';
|
||||
import { useCreateDatasetGroup } from '@/api/buster_rest/dataset_groups';
|
||||
import { Input } from '@/components/ui/inputs';
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
'use client';
|
||||
|
||||
import React, { useMemo, useRef, useState } from 'react';
|
||||
import { useCreatePermissionGroup } from '@/api/buster_rest/permission_groups';
|
||||
import { Input } from '@/components/ui/inputs';
|
||||
|
|
Loading…
Reference in New Issue