further fix to normal tables

This commit is contained in:
Ruben Fiszel
2024-05-30 11:31:45 +02:00
parent f57939b332
commit b0200f319d

View File

@@ -339,7 +339,7 @@
}
}
$: resolvedConfig && updateOptions()
$: api && resolvedConfig && updateOptions()
$: value && updateValue()
$: if (!deepEqual(extraConfig, resolvedConfig.extraConfig)) {