I am using useDrawerForm inside of a list page
I wanted to see if there is a way to pass a query parameter to the list page and open the drawer with default value provided in the query param.
Like for ex.
/products?category=1
would open the create form with category id 1 filled in.
Like for ex.
/products?category=1
would open the create form with category id 1 filled in.
