Agency events bug fixed
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
34e141e159
commit
0e88343649
|
@ -59,7 +59,7 @@ class Controller extends Section {
|
||||||
|
|
||||||
return abrWdays.length < 7
|
return abrWdays.length < 7
|
||||||
? abrWdays.join(', ')
|
? abrWdays.join(', ')
|
||||||
: this._.instant('Everyday');
|
: this._('Everyday');
|
||||||
}
|
}
|
||||||
|
|
||||||
onEdit(row, event) {
|
onEdit(row, event) {
|
||||||
|
|
Loading…
Reference in New Issue