Fixed silence missing from trigger form

This commit is contained in:
Stefan Zermatten
2022-08-25 12:14:32 +02:00
parent 987aacbb67
commit 1677e8c424

View File

@@ -140,6 +140,12 @@
:value="model.tags"
@change="change('tags', ...arguments)"
/>
<smart-switch
label="Don't show in log"
:value="model.silent"
:error-messages="errors.silent"
@change="change('silent', ...arguments)"
/>
</form-section>
</form-sections>
</div>