## What In this PR, we are fixing two issues: - while deleting an object, the views are not properly refreshed leading to FE bug. This is due to the fact that we were refetching **views associated to the object** which has been deleted. As views are properly deleted in the BE, the FE gets no views from this call and cannot optimistically react. In this case, I'm triggering a complete view refetch - messaging error handling had a hole
Run yarn dev while server running on port 3000