mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:06:55 +00:00
fix: disable syncDataDebounce for currency field
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -57,6 +57,9 @@ export default {
|
||||
},
|
||||
isAttachment() {
|
||||
return this.column.uidt === 'Attachment'
|
||||
},
|
||||
isCurrency() {
|
||||
return this.column.uidt == 'Currency'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user