Filament 3 Tabs Serving Livewire Component with $form

I have an OrdersResource using Filament 3 Tabs to serve a Livewire component OrderProofs which allows for uploading an image and storing in the Proofs table that separate from the parent Orders table. The logic works well except that when uploading a file the parent 'Save Changes' button is triggered into 'Uploading file...' status, and never returns from that state. Is there a way I can better isolate the Livewire form so it never triggers the parent Save Changes button? Have tried using different layers of components along with modals but cannot seem to solve for this...
fom.png
Was this page helpful?