fix(GRO-287): remove unused eslint-disable directive on onSave
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -292,7 +292,6 @@ function ManagePets({ sessionId, readOnly }: { sessionId: string | null; readOnl
|
|||||||
<PetForm
|
<PetForm
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
pet={(editingPet ?? undefined) as any}
|
pet={(editingPet ?? undefined) as any}
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
||||||
onSave={() => { setEditingPetId(null); setShowAddForm(false); }}
|
onSave={() => { setEditingPetId(null); setShowAddForm(false); }}
|
||||||
onCancel={() => { setEditingPetId(null); setShowAddForm(false); }}
|
onCancel={() => { setEditingPetId(null); setShowAddForm(false); }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user