frontend stuff

This commit is contained in:
akemidx
2023-12-12 18:56:21 -05:00
parent e791ebbe76
commit e9e68171bb
2 changed files with 21 additions and 13 deletions
+3 -3
View File
@@ -53,9 +53,9 @@ class SavedReport extends Model
// @todo: this method feels more like "radioShouldBeChecked" or something...
// @todo: improve the variable names...
// if (array_has($this->options, $property) && $this->options[$property] === $value) {
// return $return;
// }
if (array_has($this->options, $property) && $this->options[$property] === $value) {
return $return;
}
// this is currently throwing an error. $property is coming through as a string and it needs to be an array
return null;