F
Filament•4w ago
Finn

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
No description
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 ...
Jump to solution
4 Replies
awcodes
awcodes•4w ago
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.
Finn
Finn•4w ago
Hmm, yeah, that could be it.. I even tried forcing ->blockPreviews(false) but that didn't hide it either
Solution
awcodes
awcodes•4w ago
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 ...
Finn
Finn•4w ago
Nice! Thanks for helping and fixing! I will patiently wait for this PR to be merged 🙂