Closed elboletaire closed 2 months ago
In processes, when we search we're using GET query params, but in accounts we're not. These two index pages should work exactly the same way, so the :accountId param should be converted to a GET query param.
GET
accounts
:accountId
In processes, when we search we're using
GET
query params, but inaccounts
we're not. These two index pages should work exactly the same way, so the:accountId
param should be converted to a GET query param.