Skip to content
Snippets Groups Projects
Commit 101492bb authored by tamaina's avatar tamaina
Browse files

nameId → name_id

parent 4cc38ce0
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ export default Vue.extend({
this.nidState = 'wait';
(this as any).api('app/nameId/available', {
(this as any).api('app/name_id/available', {
nameId: this.nid
}).then(result => {
this.nidState = result.available ? 'ok' : 'unavailable';
......
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