Commit ab7444be authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - modal documentation modifications

parent 2a129b85
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
public function modalFooterStart($parameters) public function modalFooterStart($parameters)
{ {
return View('Limitless::Modal.ModalFooterStart') return View('Limitless::Modal.ModalFooterStart')
->withScrollable($parameters['scrollable'] ?? false); ->withScrollable($parameters == [] ? false : $parameters);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment