mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 02:59:39 +08:00
improve multiselect
This commit is contained in:
@@ -39,6 +39,6 @@ export function ucfirst(str) {
|
||||
|
||||
export function debug(msg) {
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
console.debug(msg);
|
||||
console.log(msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user