You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Test with latest release: v4.32.11 (Silver Surfer).
When I switch to the index page, my edit is done in the backend, edit mode and database.
But if i switch in edit mode, my choice is not saved.
My column in my migration :
$table->boolean('active')->default(true);
My Nova resource field :
NovaSwitcher::make('Active')
->trueLabel('On')
->falseLabel('Off');
The text was updated successfully, but these errors were encountered: