Multiple views and sorting: view changes unexpectedly

Dear all,
I am using the following bases code inside a page:

filters:
  and:
    - contains(property.type, "Project")
    - not(contains(file.path, "Templates"))
views:
  - type: table
    name: All Projects
    order:
      - file.name
      - area
      - state
  - type: table
    name: Running Projects
    filters:
      and:
        - contains(property.state, "Running")
    order:
      - file.name
      - area
      - state

When I am looking at the view “Running Projects” and click on e.g. on the table column “area” to sort by area, the view changes to the “All Projects” view. The funny thing: when creating a brand new document and pasting the bases definition inside it, everything works fine and as intended. When I close the document and open it again, the aforementioned behavior is observed.

Obsidian Version 1.9.1

Best regards
Julian