Create vue models without args
This commit is contained in:
@@ -221,7 +221,7 @@ export default {
|
||||
this.id = id;
|
||||
this.name = id;
|
||||
|
||||
this.appsModel = AppsModel.create(API_ORIGIN, this.accessToken);
|
||||
this.appsModel = AppsModel.create();
|
||||
this.directoryModel = createDirectoryModel(API_ORIGIN, this.accessToken, `apps/${id}`);
|
||||
|
||||
const [error, app] = await this.appsModel.get(this.id);
|
||||
|
||||
Reference in New Issue
Block a user