ui: show extraconfig if wp is running
This commit is contained in:
parent
9018184747
commit
ea18f25adc
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
disabled={isRunning}
|
||||
readonly={isRunning}
|
||||
class:resize-none={isRunning}
|
||||
rows={isRunning ? 1 : 5}
|
||||
rows="5"
|
||||
name="extraConfig"
|
||||
id="extraConfig"
|
||||
placeholder={!isRunning
|
||||
|
|
|
|||
Loading…
Reference in a new issue