mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
PERF: Migrate header to discourse widgets
This commit is contained in:
@ -7,8 +7,8 @@ widgetTest('listing actions', {
|
||||
setup() {
|
||||
this.set('args', {
|
||||
actionsSummary: [
|
||||
{action: 'off_topic', description: 'very off topic'},
|
||||
{action: 'spam', description: 'suspicious message'}
|
||||
{id: 1, action: 'off_topic', description: 'very off topic'},
|
||||
{id: 2, action: 'spam', description: 'suspicious message'}
|
||||
]
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user