File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
tools/aceditor/presentation/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ <h2 class="modal-title">{{ actionGroup.label }}</h2>
2121 < div class ="form-group " v-show ="Object.keys(this.actions).length > 1 ">
2222 < label class ="control-label "> {{ isBazarListeAction ? '< ?php echo _t('ACTION_BUILDER_CHOOSE_TEMPLATE'); ?> ' : '< ?php echo _t('ACTION_BUILDER_CHOOSE_ACTION'); ?> ' }}</ label >
2323 < select v-model ="selectedActionId " required class ="form-control ">
24- < option v-for ="(action, actionId) in actions " v-if ="action.label " :value ="actionId "> {{ action.label }}</ option >
24+ < template v-for ="(action, actionId) in actions " :key ="action ">
25+ < option v-if ="action.label " :value ="actionId "> {{ action.label }}</ option >
26+ </ template >
2527 </ select >
2628 </ div >
2729
You can’t perform that action at this time.
0 commit comments