Production checklists, issue fixes

This commit is contained in:
Stephanos A
2026-07-01 15:04:38 +03:00
parent 0015f645cf
commit 103117d88b
20 changed files with 100 additions and 200 deletions

View File

@@ -49,8 +49,7 @@ export default function ActionButton({
try {
setIsLoading(true);
await onClick();
} catch (error) {
console.error('Action failed:', error);
} catch (error) {
} finally {
setIsLoading(false);
}