File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ui/src/views/compute/wizard Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,13 +188,13 @@ export default {
188188 this .loading = false
189189 })
190190 },
191- increamentAndGetRequestToken () {
191+ incrementAndGetRequestToken () {
192192 this .requestToken += 1
193193 return this .requestToken
194194 },
195195 fetchAccounts () {
196196 this .loading = true
197- const currentToken = this .increamentAndGetRequestToken ()
197+ const currentToken = this .incrementAndGetRequestToken ()
198198 api (' listAccounts' , {
199199 response: ' json' ,
200200 domainId: this .selectedDomain ,
@@ -229,7 +229,7 @@ export default {
229229 },
230230 fetchProjects () {
231231 this .loading = true
232- const currentToken = this .increamentAndGetRequestToken ()
232+ const currentToken = this .incrementAndGetRequestToken ()
233233 api (' listProjects' , {
234234 response: ' json' ,
235235 domainId: this .selectedDomain ,
You can’t perform that action at this time.
0 commit comments