fix: inconsistent usage of snake_case and camelCase (#6824)
This commit is contained in:
@@ -254,8 +254,8 @@ export default {
|
||||
reportType: 'conversations',
|
||||
});
|
||||
},
|
||||
fetchFilterItems(group_by) {
|
||||
switch (group_by) {
|
||||
fetchFilterItems(groupBy) {
|
||||
switch (groupBy) {
|
||||
case GROUP_BY_FILTER[2].period:
|
||||
return this.$t('REPORT.GROUP_BY_WEEK_OPTIONS');
|
||||
case GROUP_BY_FILTER[3].period:
|
||||
|
||||
@@ -308,8 +308,8 @@ export default {
|
||||
reportType: this.type,
|
||||
});
|
||||
},
|
||||
fetchFilterItems(group_by) {
|
||||
switch (group_by) {
|
||||
fetchFilterItems(groupBy) {
|
||||
switch (groupBy) {
|
||||
case GROUP_BY_FILTER[2].period:
|
||||
return this.$t('REPORT.GROUP_BY_WEEK_OPTIONS');
|
||||
case GROUP_BY_FILTER[3].period:
|
||||
|
||||
Reference in New Issue
Block a user