Rename globalSwitchoff to disableCommenting.

This commit is contained in:
Fabian Neumann
2018-05-11 12:21:13 +02:00
parent d731357001
commit bae20c38ec
10 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ describe('graph.mutations.createComment', () => {
beforeEach(() =>
AssetModel.create({
id: '123',
settings: { globalSwitchoffEnable: disabled },
settings: { disableCommenting: disabled },
})
);