-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix : Hide limit param in list view of traces #3173 #3187
Conversation
Welcome to the SigNoz community! Thank you for your first pull request and making this project better. 🤗 |
@vasukapil Limit operator in logs is required, this PR removes that as well. |
okay looking into it. |
PR updated as per the suggested changes @makeavish |
.../src/container/QueryBuilder/components/AdditionalFiltersToggler/AdditionalFiltersToggler.tsx
Outdated
Show resolved
Hide resolved
@vasukapil can you please resolve the conflicts |
@palashgdev conflicts are resolved |
@vasukapil can you check build pipeline is breaking |
yes checking |
@palashgdev It is resolved now. |
can you please check @makeavish |
As the list view was also taking default value,I had created another condition for list view in switch case so that Limit is removed for list.Attached Screenshot is the updated scenario.