Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Migrate from namespace to import
Dieser Commit ist enthalten in:
Ursprung
050a0da61c
Commit
afb543e0de
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -3,8 +3,9 @@ import { popupAjaxError } from 'discourse/lib/ajax-error';
|
||||||
import { ajax } from 'discourse/lib/ajax';
|
import { ajax } from 'discourse/lib/ajax';
|
||||||
import { notEmpty } from "@ember/object/computed";
|
import { notEmpty } from "@ember/object/computed";
|
||||||
import CustomWizardLogs from '../models/custom-wizard-logs';
|
import CustomWizardLogs from '../models/custom-wizard-logs';
|
||||||
|
import Controller from "@ember/controller";
|
||||||
|
|
||||||
export default Ember.Controller.extend({
|
export default Controller.extend({
|
||||||
refreshing: false,
|
refreshing: false,
|
||||||
hasLogs: notEmpty("logs"),
|
hasLogs: notEmpty("logs"),
|
||||||
page: 0,
|
page: 0,
|
||||||
|
|
Laden …
In neuem Issue referenzieren