From 659271b0cc798e353a173627555738353efa2b50 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 12 Aug 2017 23:21:46 +0900 Subject: アプリケーションが作れない問題を修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/dev/tags/new-app-form.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/app/dev') diff --git a/src/web/app/dev/tags/new-app-form.tag b/src/web/app/dev/tags/new-app-form.tag index 0a8b5cd258..dc63145d71 100644 --- a/src/web/app/dev/tags/new-app-form.tag +++ b/src/web/app/dev/tags/new-app-form.tag @@ -240,7 +240,7 @@ name_id: nid, description: description, callback_url: cb, - permission: permission.join(',') + permission: permission }).then(() => { location.href = '/apps'; }).catch(() => { -- cgit v1.2.3-freya