📌 Summary
When creating a new entry/tag using the
Content Picker module
, the inputted title is not saved. Upon returning to the table view, the item is displayed as
"Untitled"
, and this persists in the preview modal as well. This behavior is
not
observed when creating new entries via the standard dropdown selection in property columns.
---
🔍 Steps to Reproduce
  1. Navigate to a database property using the
    Content Picker module
    .
  2. Type a name for a new entry/tag not yet present in the database.
  3. Click the ➕
    "+ New"
    button to create it.
  4. Return to the table/database view.
  5. Observe that the newly created entry appears as
    "Untitled"
    .
  6. Click on the "Untitled" item — the preview modal also shows a blank or untitled name.
---
🧪 Expected Behavior
  • The title entered during creation via the Content Picker should persist and reflect accurately in both the table view and preview modal.
  • Behavior should be consistent with the dropdown-based tag/entry creation where titles are correctly stored.
---
🧯 Actual Behavior
  • Only entries created via
    Content Picker
    show up as
    "Untitled"
    , even though a name was provided at the time of creation.
  • Clicking into the entry reveals no saved title, requiring manual re-entry.
---
🧠 Analysis & Hypothesis
  • Possibly a
    sync delay
    or a
    mutation bug
    where the title field isn't being committed to the DB during the creation event.
  • May involve the state update not propagating correctly from the picker to the backend or local cache.
---
🎥 Supporting Evidence
---
✅ Impact
  • Disrupts workflow and leads to data inconsistency.
  • Causes confusion and extra manual input, especially in tag-heavy workflows.
  • Undermines the expected behavior of modular content creation