mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-11 09:00:48 +02:00
fixed CopyIcon empty value check
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
let copyTimeout;
|
||||
|
||||
function copy() {
|
||||
if (!value) {
|
||||
if (CommonHelper.isEmpty(value)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user