Resolve "Fix error on configuration date field"
Closes #332 (closed)
the setSelectedDate
action in the configurations store could also accept null
as a parameter. This caused a failure in loadMountingConfigurationForDate
I added a nullcheck to the store to fix this.
Edited by Tim Eder