Simple Resource Modal Width
Is there a way to define the modal width on simple resources? Not seeing a property or method for it.
2 Replies
->modalWidth()
on any of the actions
e.g. EditAction::make()->modalWidth()
Yep, that wasn't working for me. Had the wrong CreateAction imported. Doh!. Thanks.