UI: Fix Dedicating resource to a domain (#6085)

This commit is contained in:
Pearl Dsilva 2022-03-10 16:03:18 +05:30 committed by GitHub
parent 36c11d1d1f
commit b1e01a89a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ export default {
DedicateModal
},
inject: ['parentFetchData'],
created () {
this.fetchData()
},
data () {
return {
modalActive: false,