Skip to content
Snippets Groups Projects
Unverified Commit 416d8f24 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Merge pull request #1469 from tamaina/snake_case

nameId → name_id
parents b914cfad 101492bb
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