Editing the title of an inline queries also changes others'

WHAT IS THE BUG

I was trying to create Eisenhower Matrix using 4 inline queries of Tasks. I would like to have different titles for all four inline queries. But when I edit the title of one, the titles of all others and the pre-installed Tasks query also change.

HOW TO REPRODUCE IT

  1. Open an empty Page

  2. Insert two Inline Queries of type Tasks

  3. Edit the title of one query

  4. See the title of the other inline query and the pre-installed Tasks query also change

THE EXPECTED BEHAVIOR

I would expect different inline queries can have different titles and editing one’s does not impact the other’s.

ADDITIONAL CONTEXT

I am not sure whether this is a bug, a feature or a limitation.

TECHNICAL INFORMATION

OS version: win32 x64 10.0.26200
App version: 0.56.0
Build number: build on 2026-07-17 23:05:35 +0000 UTC at #d03cedda1073744beab396559622e7847a955f1f
Library version: v0.50.17

Inline Queries reference a Type or Query. If you want four different ‘titles’, then you must reference four different types or queries. The reason why changing one is changing all of them is because they all are referencing the same source.

Please ready Types and Queries in our documentation for more information.