This PR updates the defaultRecordActionConfig for the SingleRecordActionKeys.DELETE action. A condition !isSoftDeleteFilterActive was added to the shouldBeRegistered function to ensure the delete button is only visible when the deleted records view is not selected. This prevents the delete button from appearing when viewing deleted records. #11974  
Run yarn dev while server running on port 3000