diff --git a/src/components/Resources/Schema/Create.tsx b/src/components/Resources/Schema/Create.tsx index 814fa338d..1eefe2d06 100644 --- a/src/components/Resources/Schema/Create.tsx +++ b/src/components/Resources/Schema/Create.tsx @@ -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 {