💄 Improve picture choice description UI

This commit is contained in:
Baptiste Arnaud
2023-06-01 10:29:02 +02:00
parent 537b9fe6ce
commit b6e5002a56
8 changed files with 62 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ export const DateInputSettings = ({ options, onOptionsChange }: Props) => {
/>
<SwitchWithLabel
label="With time?"
initialValue={options.isRange}
initialValue={options.hasTime}
onCheckChange={handleHasTimeChange}
/>
{options.isRange && (