Skip to content
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

feat(ng-yasgui): adding condition to execute the query on click via p… #69

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

srikanthv02
Copy link
Contributor

…arent

@srikanthv02 srikanthv02 force-pushed the feat/yasgui-editor-query-run branch from a31c01e to 42c4f47 Compare December 7, 2023 18:22
@@ -19,6 +19,9 @@ export class YasguiComponent implements OnInit, OnChanges, OnDestroy {
@Input()
query?: string;

@Input()
isQueryExecuted = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

missing type boolean

@srikanthv02 srikanthv02 force-pushed the feat/yasgui-editor-query-run branch from 42c4f47 to 3edbe5d Compare December 12, 2023 09:19
@srikanthv02 srikanthv02 force-pushed the feat/yasgui-editor-query-run branch from 3edbe5d to 55f55dc Compare December 12, 2023 09:32
@srikanthv02 srikanthv02 merged commit 78d218a into main Dec 12, 2023
3 checks passed
@srikanthv02 srikanthv02 deleted the feat/yasgui-editor-query-run branch December 12, 2023 09:43
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.

3 participants