This commit is contained in:
SPRINX0\prochazka
2025-02-07 15:53:36 +01:00
parent 93895f3d6f
commit 69b775a49d

View File

@@ -114,6 +114,7 @@
isNative
value={selectedFormatType}
on:change={e => (selectedFormatType = e.detail)}
data-testid="CellDataWidget_selectFormat"
options={[
{ value: 'autodetect', label: `Autodetect - ${autodetectFormat.title}` },
...formats.map(fmt => ({ label: fmt.title, value: fmt.type })),