chore: refactor

This commit is contained in:
Ephraim Atta-Duncan
2025-04-30 23:48:48 +00:00
parent 30a4f2c7b4
commit 311adb4d1e
12 changed files with 35 additions and 39 deletions

View File

@ -241,7 +241,6 @@ export const DocumentSigningCheckboxField = ({
void executeActionAuthProcedure({
onReauthFormSubmit: async (authOptions) => await onSign(authOptions),
actionTarget: field.type,
isEnterprise,
});
}
}, [checkedValues, isLengthConditionMet, field.inserted]);