removed a method that I shouldn't have. Putting it back.
This commit is contained in:
parent
ca5f9f3fe8
commit
115c4d167c
1 changed files with 3 additions and 0 deletions
|
|
@ -189,6 +189,9 @@ export default {
|
|||
this.mainStore.saveProviderPreferenceData({selectedProvider: this.selectedProvider, tpaAcknowledgement: this.tpaAcknowledgement});
|
||||
}
|
||||
},
|
||||
openStateSteeringModal() {
|
||||
this.$refs["StateSteeringModal"].openModal();
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
setupModalLinks(this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue