Hi all! I'm experiencing some interesting phenomena with the FireCloud UI. I've been deleting entities using the API and this seems to have triggered some issue. When I initially go to the workspace data page it shows nothing:
Then when I go to modify the columns it shows these two phantom columns who don't have a title:
When I uncheck them and reset the columns, things initially look normal looking at the last page, but if I go to other pages, the spreadsheets start to stack, and the last row says there are no rows to display:
I've been using /api/workspaces/{workspaceNamespace}/{workspaceName}/entities/delete
in the format it specified on the documentation, but I feel like I must have missed something.
As an update, I've now deleted all entries but one, and the empty columns are no longer options, but it also says it has no data to show, though when I download the metadata it's there.
I'd appreciate any feedback you can give on what's happening. Thank you!