### What? Fixes `resetColumnsState` in `useTableColumns` react hook. ### Why? `resetColumnsState` threw errors when being executed, e.g. `Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'findIndex')` ### How? Removes unnecessary parsing of URL query parameters in `setActiveColumns` when resetting columns. --------- Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com>