mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Presence mixin was missing sometimes
This commit is contained in:
parent
0c85e40097
commit
ab80240900
10 changed files with 17 additions and 14 deletions
|
@ -1,7 +1,6 @@
|
|||
import Presence from 'discourse/mixins/presence';
|
||||
import { outputExportResult } from 'discourse/lib/export-result';
|
||||
|
||||
export default Ember.ArrayController.extend(Presence, {
|
||||
export default Ember.ArrayController.extend({
|
||||
loading: false,
|
||||
itemController: 'admin-log-screened-ip-address',
|
||||
filter: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue