fix: Resolve build errors (unescaped quotes, unused vars)

This commit is contained in:
2025-12-08 11:00:49 +03:00
parent 08f8a55b6c
commit b905ec0750
5 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ export function ServiceForm({ service, afterSave }: ServiceFormProps) {
} else {
toast.error(result.error)
}
} catch (error) {
} catch {
toast.error("Bir hata oluştu")
} finally {
setLoading(false)