make config path editable

This commit is contained in:
jb-alvarado 2021-10-31 14:21:40 +01:00
parent 3f0cd57d6a
commit 5be622980c

View File

@ -45,7 +45,6 @@
:id="name"
v-model="configGui[configID][name]"
:value="prop"
:disabled="(name === 'playout_config') ? true : false"
/>
</b-form-group>
</div>