-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: Delete button is broken #513
Comments
@Senexis I could be mistaken, but I believe this issue is related to a reported issue over on the Nova issue repository, and not related to the recent Laravel compatability PR. Apparently, some components have been removed, and it is likely the If someone is able to throw together a PR, this may be what's required. It looks like within Nova (looking at the import { Button } from 'laravel-nova-ui';
<Button
type="submit"
:loading="working"
state="danger"
label="Delete"
/> |
@voidgraphics can you solve this? |
Yes actually, I have this scheduled for later today! |
Should work now in |
After the Laravel 11 compatibility pull request (#509) the delete button for deleting a block (using
confirmRemove
) has regressed to being broken again.Currently it is not possible to delete the block due to the delete "button" no longer being an actual button.
Relevant
composer show -i
output:The text was updated successfully, but these errors were encountered: