Can’t edit my row in supabase table
Hey everyone 👋
I’m having an issue in Supabase, in the Table Editor, when I click on a row and try to use “Edit Row”, “Delete Row”, or “Copy Row”, none of the buttons work.
I’ve already tried refreshing, and logging back in, but the problem still persists. Does anyone know what could be causing this or how to fix it?
8 Replies
I am having the same issue this morning.
I can edit cells via double click, but the right context menu is not working.
Damm, did you get a fix for it ?
I worked around it by editing one cell at a time or running postgres SQL commands to edit the data I needed changed.
Okay, supabase needs to fix that issue
If this is broken then the best thing to do is report to supabase in github supabase/supabase issues. They won't see your comments here and I could only confirm or deny it happens for me, but don't have time to check right now.
Tested locally and on hosted studio, the issue does seem to be happening. Looks like a recent pr has caused this.
PR into revert: https://github.com/supabase/supabase/pull/39875
GitHub
fix: revert 39818 by Hallidayo · Pull Request #39875 · supabase/s...
I have read the CONTRIBUTING.md file.
YES
What kind of change does this PR introduce?
Supabase Studio > Table Editor > Right Click Row
What is the current behavior?
The right click op...
Should be fixed now