Database schema selector broken

After upgrade to 0.41, the data and schema selector of 'pick your data to start' become wield, you can not select other schema when you have select one before.
Assume that our data organize by database > schema > table,and we have multi schema of database.
Step:

  1. click and select database db1
  2. click and select schema schema1, which show those table of schema1
  3. go back and try to select other schema, like schema2
    now, you will found that you are on database selector, and click it again, then goto table selector

Hi @KEN-LJQ
You're seeing this issue, which is fixed and will be part of 0.41.1 next week:
https://github.com/metabase/metabase/issues/18349

thx, I notice this commit yesterday, but maybe I had made some mistake on apply this patch to our local branch. After apply it again, problem soloved