(fix) ui ts error
This commit is contained in:
parent
652c549cae
commit
105657625a
@ -11,7 +11,7 @@ const { Option } = Select;
|
||||
|
||||
interface CreateKeyProps {
|
||||
userID: string;
|
||||
userRole: string;
|
||||
userRole: string | null;
|
||||
accessToken: string;
|
||||
data: any[] | null;
|
||||
setData: React.Dispatch<React.SetStateAction<any[] | null>>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user