mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 23:46:51 +00:00
feat: relations in unsaved row
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,6 @@ export default {
|
||||
return new Date(+this.value);
|
||||
}
|
||||
|
||||
|
||||
return /\dT\d/.test(this.value) ? new Date(this.value.replace(/(\d)T(?=\d)/, '$1 ')) : this.value;
|
||||
},
|
||||
set(val) {
|
||||
|
||||
Reference in New Issue
Block a user