mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 12:05:25 +08:00
FIX: Presence mixin was missing sometimes
This commit is contained in:
@ -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,
|
||||
|
||||
show() {
|
||||
|
Reference in New Issue
Block a user