Skip to content

Commit 040a89a

Browse files
committed
Temporarily disable float and timestamp
1 parent 74962cc commit 040a89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/modal/createModelData.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
4545
const DATA_TYPES = {
4646
boolean: 'Boolean',
47-
float: 'Float',
47+
// float: 'Float',
4848
number: 'Number',
4949
string: 'String',
50-
timestamp: 'Timestamp',
50+
// timestamp: 'Timestamp',
5151
uuid: 'UUID'
5252
};
5353

0 commit comments

Comments
 (0)