Skip to content

feat: use label prompt if exist #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

yaroslav8765
Copy link

No description provided.

@yaroslav8765 yaroslav8765 requested a review from SerVitasik July 18, 2025 08:09
index.ts Outdated

//const resLabel = this.resourceConfig!.label;
const fieldLabel = this.resourceConfig?.columns.find(c => c.name === this.options.htmlFieldName)?.label || this.options.htmlFieldName;
const resourceLabel = this.resourceConfig?.label || this.resourceConfig?.resourceId;
Copy link

@SerVitasik SerVitasik Jul 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yaroslav8765 Why did you change resourceLabel?

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.

2 participants