🩹(frontend) fine tunning for v2.7.0

- fix width select export
This commit is contained in:
Anthony LC
2025-03-28 10:13:32 +01:00
parent 7e1eed3abd
commit 48fe0d20e5
@@ -161,6 +161,7 @@ export const ModalExport = ({ onClose, doc }: ModalExportProps) => {
</Text>
<Select
clearable={false}
fullWidth
label={t('Template')}
options={templateOptions}
value={templateSelected}