Where does this modal come from in my Builder?
Whenever I add a block to my builder it gives me this empty popup. This happened since updating Filament from v3.2.48 to the latest version (v3.2.88) cant seem to find this changed in the Github releases & don't see anything about it in the docs 🤔
It sort of gives an extra confirmation if I want to add it? But it seems kinda odd
Solution:Jump to solution
GitHub
Fix: preview modals when not using block previews by awcodes · Pull...
Description
This fixes an issue with Builder form component where modals were still triggering for Builder's that are not using block previews.
Visual changes
N/A
Functional changes
[ X] Code ...
4 Replies
Looks like it’s trying to use the new preview option for the block. But it shouldn’t be doing that if you haven’t set a preview for it.
Hmm, yeah, that could be it.. I even tried forcing
->blockPreviews(false)
but that didn't hide it eitherSolution
GitHub
Fix: preview modals when not using block previews by awcodes · Pull...
Description
This fixes an issue with Builder form component where modals were still triggering for Builder's that are not using block previews.
Visual changes
N/A
Functional changes
[ X] Code ...
Nice! Thanks for helping and fixing! I will patiently wait for this PR to be merged 🙂