How To Order of Custom Post Type On Admin Edit Screen

I have been working on a new plugin that utilizes the new Gutenberg, blocks editor. I wanted to change the order of the custom posts on the edit screen so that they are not ordered by name, as shown below. Since the posts on the edit screen are displayed from wp_query I filtered pre_get_posts to set ‘orderby’ to date…