When clicking on the create-an-item button, we used to get an error in the front-end:
Livewire Entangle Error: Livewire property ['mountedActionsData.0.type'] cannot be found on component: ['app.filament.resources.navigation-resource.pages.edit-navigation']
This was due to the fact that the form was conditionally filled, and that condition wasn't met.
When clicking on the create-an-item button, we used to get an error in the front-end:
This was due to the fact that the form was conditionally filled, and that condition wasn't met.
Closes #101