Merge remote-tracking branch 'origin/master'

This commit is contained in:
2021-04-29 10:35:17 +08:00
2 changed files with 1013 additions and 1013 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -112,7 +112,7 @@ class Columns extends Component
*/ */
public function decode($val, $format = null): mixed public function decode($val, $format = null): mixed
{ {
if (empty($format)) { if (empty($format) || $val === null) {
return $val; return $val;
} }
$format = strtolower($format); $format = strtolower($format);