Skip to content

Commit

Permalink
Temporarily disable float and timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
netervati committed Nov 23, 2023
1 parent 74962cc commit 040a89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/modal/createModelData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
const DATA_TYPES = {
boolean: 'Boolean',
float: 'Float',
// float: 'Float',
number: 'Number',
string: 'String',
timestamp: 'Timestamp',
// timestamp: 'Timestamp',
uuid: 'UUID'
};
Expand Down

1 comment on commit 040a89a

@vercel
Copy link

@vercel vercel bot commented on 040a89a Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.