filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.4k stars 2.97k forks source link

fix: Removal of unnecessary save #14442

Closed bzy107 closed 1 month ago

bzy107 commented 1 month ago

Description

The save operation on the exports table is being executed twice. If this is not intentional, it should be removed.

Visual changes

Functional changes