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