Antd <Table> not refreshing when record deleted with <DeleteButton> action.
I have an ant design <Table> component and one of the columns has a <DeleteButton> that deletes the associated row. The delete is functioning correctly, however, the table is not refreshing automatically on the interface. I have another interface elsewhere in the application where this same thing is being done and it refreshes the UI without issue. The only difference seems to be in the call to useTable. In the case that works, I'm not specifying the 'resources' property explicitly, letting it get set from resources.tsx. In the other, I'm explicitly setting the resource property because it differs from the definition in resources.tsx. Would that cause the table to not automatically refresh on delete? And if so, why?
