(fix) ui ts error

This commit is contained in:
ishaan-jaff 2024-02-03 17:32:25 -08:00
parent 652c549cae
commit 105657625a

View file

@ -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>>;