Skip to content

fix: show correct property name in code hinter header (#6655)#1

Open
liangqiang2025-stack wants to merge 1 commit into
developfrom
fix/codehinter-header-text
Open

fix: show correct property name in code hinter header (#6655)#1
liangqiang2025-stack wants to merge 1 commit into
developfrom
fix/codehinter-header-text

Conversation

@liangqiang2025-stack
Copy link
Copy Markdown
Owner

Summary

When the code hinter popup is opened, the header text displays 'Editor' instead of the actual property name (e.g., 'On Success Message').

Root Cause

In , the component was called without passing , causing the fallback value 'Editor' to be displayed in the popup header.

Fix

Pass as to :

Files Changed

Related

Fixes ToolJet#6655


Bounty: $45 (Opire issue 01J8898W2WES9F4FJ57GDG0BYS)

…olJet#6655)

When code hinter popup is opened, the header should display the actual
property name (e.g., 'On Success Message') instead of 'Editor'.

Fixes ToolJet#6655
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

incorrect code-hinter header text

1 participant