#prisma Bug
3 messages · Page 1 of 1 (latest)
Bro, that's unfortunate. it's always hard to see when a button isn't buttoning.
from the surface, that could be a physical problem with your input device. maybe the left click isn't registering, so try hitting it harder... 
if it does, perhaps it's a frontend UI bug where the button doesn't trigger a network action (request). even browser extensions like ad blockers can prevent such network requests, which might not necessarily be a UI bug...
you can find that out by opening the inspect element and going to the "network(s)" tab. and then, click the delete button again to see if any requests will pop up.
if you saw a network request, it means the poor button is doing its thing.
then, you can click on that network request to see if it reached the Prisma Studio server and how the server responds...
refreshing the page would also help. maybe you're trying to delete some non-existing records you deleted previously. 
Okey but when i am deleting anything in a studio everything works good.