This commit is contained in:
Kenneth Jannette
2024-02-22 22:27:30 -06:00
parent c5ba16b853
commit 861979d15c
3 changed files with 125 additions and 0 deletions

View File

@@ -34,3 +34,7 @@ export const supportFields = {
maxLength: 45,
},
};
export const removalFields = {
email: { required: true, label: "Email", maxLength: 45, type: "email" },
};