enhancement: Custom views (#3838)

* enhancement: Custom views

* Review fixes
This commit is contained in:
Sivin Varghese
2022-01-27 08:26:12 +05:30
committed by GitHub
parent 5710b7559e
commit cd6c9a8fe9
14 changed files with 251 additions and 169 deletions

View File

@@ -130,7 +130,7 @@ export default {
type: [String, Number],
default: 0,
},
customViewsId: {
foldersId: {
type: [String, Number],
default: 0,
},
@@ -252,7 +252,7 @@ export default {
id: chat.id,
label: this.activeLabel,
teamId: this.teamId,
customViewsId: this.customViewsId,
foldersId: this.foldersId,
conversationType: this.conversationType,
});
router.push({ path: frontendURL(path) });