[SD-194] - Fix All Team Selection
Closes SD-194
It seems that the !isEqual
filter comparison won't work when selecting all teams if the initial filter is set to new Date().getFullYear()
. However, initially the filter first to undefined and then to new Date().getFullYear()
seems to resolve the issue.
The MR also allows TableContext
to retain undefined values.
Edited by Orestis Athanasopoulos Antoniou