robustness fix
This commit is contained in:
parent
e39f282abf
commit
c145056e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export default {
|
|||
<input type="hidden" name="action-id" :value="event.id">
|
||||
|
||||
<div class="btn-toolbar pull-right">
|
||||
<template v-else-if="event.dataType === 'ColorEventData'">
|
||||
<template v-if="event.dataType === 'ColorEventData'">
|
||||
<input type="hidden" name="type" value="color">
|
||||
<input type="color" name="data" onchange="this.form.submit()" :value="event.data?.valueStr">
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue