feat: add delete link form and controller

This commit is contained in:
Sonny
2024-05-19 16:40:34 +02:00
committed by Sonny
parent 50030df9a6
commit b7d80d844d
7 changed files with 87 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ export default function DeleteCollectionPage({
setData={setData}
handleSubmit={handleSubmit}
errors={errors as any}
disableInputs={true}
disableInputs
submitBtnDanger
/>
);