File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55 <v-toolbar color =" indigo" dark fixed app >
66 <v-toolbar-side-icon @click.stop =" toggleSidebar()" ></v-toolbar-side-icon >
77 <v-toolbar-title >
8- {{ activity.name }}
8+ {{ activity.name }}
99 </v-toolbar-title >
1010 <v-spacer ></v-spacer >
1111 <v-toolbar-items >
1212 <!-- template serves as an invisible wrapper to conditional render more than one element -->
1313 <template v-if =" status == 200 " >
14+
15+ <!--
1416 <v-btn v-if="isDefault != 'True'" @click="overwrite = 1, saveProgram()" flat>
1517 <v-icon>save</v-icon>
1618 Salva
4446 <v-btn flat>
4547 <v-progress-circular :size="30" :width="2" indeterminate></v-progress-circular>
4648 </v-btn>
49+ -->
4750 </template >
4851 <!--
4952 <v-btn @click="dialog = true" icon v-if="status == 200">
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ export default {
477477 console .log (" salvato" )
478478 }
479479 }.bind (this ))
480- }
480+ }
481481 else {
482482 this .unvalidName = true
483483 }
You can’t perform that action at this time.
0 commit comments