feat: remove groupId and replace it with groupBy

This commit is contained in:
thecodrr
2021-07-13 10:33:21 +05:00
parent 2d0eb3fb33
commit 6300542c5f
5 changed files with 7 additions and 11 deletions

View File

@@ -63,9 +63,8 @@ class Settings {
getGroupOptions(key) {
return (
this._settings.groupOptions[key] || {
groupId: undefined,
groupBy: undefined,
sortBy: "dateEdited",
groupBy: "dateEdited",
sortDirection: "desc",
}
);