mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-15 04:16:27 +03:00
green execute button
This commit is contained in:
@@ -131,7 +131,7 @@ const CommandsPage = () => {
|
||||
name: ci.name
|
||||
}))
|
||||
});
|
||||
toast.success(LL.UPDATED_OF(LL.COMMANDS(0)));
|
||||
toast.success(LL.UPDATED_OF(LL.COMMANDS()));
|
||||
} catch (error: unknown) {
|
||||
const message = error instanceof Error ? error.message : String(error);
|
||||
toast.error(message);
|
||||
|
||||
Reference in New Issue
Block a user