mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Fix inline editing for blank values [SCI-6749]
This commit is contained in:
parent
8aaab73856
commit
ebdd22a892
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
},
|
||||
created( ){
|
||||
this.newValue = this.value;
|
||||
this.newValue = this.value || '';
|
||||
},
|
||||
mounted() {
|
||||
if (this.autofocus) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue