mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
fixed editing sort order in query designer #363
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
<SelectField
|
||||
isNative
|
||||
style="min-width:calc(100% - 9px)"
|
||||
value={row.sortOrder}
|
||||
value={row.sortOrder?.toString()}
|
||||
on:change={e => {
|
||||
changeColumn({ ...row, sortOrder: parseInt(e.detail) });
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user