mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
reorder
This commit is contained in:
@@ -5,6 +5,12 @@ import translations from './translations.yml';
|
||||
import update from 'immutability-helper';
|
||||
|
||||
export default {
|
||||
slots: {
|
||||
authorMenuActions: [IgnoreUserAction],
|
||||
ignoreUserConfirmation: [IgnoreUserConfirmation],
|
||||
profileSections: [IgnoredUserSection],
|
||||
},
|
||||
translations,
|
||||
mutations: {
|
||||
IgnoreUser: ({variables}) => ({
|
||||
updateQueries: {
|
||||
@@ -34,10 +40,4 @@ export default {
|
||||
}
|
||||
}),
|
||||
},
|
||||
slots: {
|
||||
authorMenuActions: [IgnoreUserAction],
|
||||
ignoreUserConfirmation: [IgnoreUserConfirmation],
|
||||
profileSections: [IgnoredUserSection],
|
||||
},
|
||||
translations
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user