Skip to content
Snippets Groups Projects
Commit d926e42d authored by Tobias Kuhnert's avatar Tobias Kuhnert
Browse files

updated - added missing feature/removed unused code

parent 01cec26c
No related branches found
No related tags found
2 merge requests!296Merge develop for staging release,!225Draft: Resolve "[Refactoring] Improve vuex store usage"
......@@ -2,7 +2,7 @@
<div>
<ProgressIndicator
v-model="isSaving"
:dark="isSaving"
dark
/>
<v-card-actions>
<v-spacer />
......@@ -74,7 +74,7 @@ export default class ConfigurationShowContactPage extends Vue {
return this.$route.params.configurationId
}
async removeContact(contactId:string):void{
async removeContact(contactId:string){
try {
this.isSaving = true
......
......@@ -104,7 +104,7 @@ export default class DeviceShowContactPage extends Vue {
return this.$route.params.deviceId
}
async removeContact(contactId:string):void{
async removeContact(contactId:string){
try {
this.isSaving = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment