File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<v-app-bar color =" indigo" dark fixed app >
6
6
<v-app-bar-nav-icon @click.stop =" toggleSidebar()" ></v-app-bar-nav-icon >
7
7
<v-app-bar-title class =" title" v-if =" !saved" ><div >{{ $t("message.activity_new") }} {{prefix}} {{activity.name}}</div ></v-app-bar-title >
8
- <v-app-bar-title class =" title" v-else ><div >{ $t("message.activity_edit") }} {{prefix}} {{activity.name}}</div ></v-app-bar-title >
8
+ <v-app-bar-title class =" title" v-else ><div >{{ $t("message.activity_edit") }} {{prefix}} {{activity.name}}</div ></v-app-bar-title >
9
9
<v-spacer ></v-spacer >
10
10
<v-btn text @click =" save()" >
11
11
<v-icon >save</v-icon >
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export default {
206
206
/* eslint-disable no-underscore-dangle */
207
207
let i = 0 ;
208
208
ablock .inputList .forEach ((aninput ) => {
209
- if (aninput .type == 1 ) {
209
+ if (aninput .type == 1 && ablock . childBlocks_ . length > i ) {
210
210
inputlist[aninput .name ] = {
211
211
shadow: {
212
212
kind: ' block' ,
You can’t perform that action at this time.
0 commit comments