Merge remote-tracking branch 'upstream/master' into issue-4299
Merged With Master
This commit is contained in:
commit
985aae53a8
|
|
@ -182,6 +182,7 @@ class Toolbar extends AbstractProduct
|
|||
$viewOption = 'list';
|
||||
}
|
||||
|
||||
return $viewOption;
|
||||
/* if still default config is not set from the admin then in last needed hardcoded value */
|
||||
return $viewOption ?? 'grid';
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue