🩹(frontend) fine tunning for v3.0.0

- fix width select export
This commit is contained in:
Anthony LC
2025-03-28 10:12:04 +01:00
committed by Anthony LC
parent 7e1eed3abd
commit a3cd4c51ea

View File

@@ -161,6 +161,7 @@ export const ModalExport = ({ onClose, doc }: ModalExportProps) => {
</Text>
<Select
clearable={false}
fullWidth
label={t('Template')}
options={templateOptions}
value={templateSelected}