mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat(project-permissions): type fix
This commit is contained in:
@@ -47,7 +47,7 @@ export const GeneralPermissionPolicies = <T extends keyof NonNullable<TFormSchem
|
||||
|
||||
if (!fields.length) return <div />;
|
||||
|
||||
const handleDragStart = (e: React.DragEvent, index: number) => {
|
||||
const handleDragStart = (_: React.DragEvent, index: number) => {
|
||||
setDraggedItem(index);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user