mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
respect readonly connection flag in table editor
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<div class="flex">
|
||||
<TextField
|
||||
{...$$restProps}
|
||||
{disabled}
|
||||
value={$values[name] ?? defaultValue}
|
||||
on:input={e => setFieldValue(name, e.target['value'])}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user