fix: Resolve build errors (unescaped quotes, unused vars)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user