Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/credebl/studio into refa…
Browse files Browse the repository at this point in the history
…ctor-alert-component
  • Loading branch information
16-karan committed Nov 3, 2023
2 parents 8a2eb3a + 0ae1a42 commit 185bc24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Resources/Schema/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import EcosystemProfileCard from '../../../commonComponents/EcosystemProfileCard
const options = [
{ value: 'string', label: 'String' },
{ value: 'number', label: 'Number' },
{ value: 'date', label: 'Date' },
{ value: 'time', label: 'Time' },
{ value: 'datetime-local', label: 'Date & Time' },
];

interface IAttributes {
Expand Down

0 comments on commit 185bc24

Please sign in to comment.