-
Notifications
You must be signed in to change notification settings - Fork 39
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
Allow searching accountds based on more than one signature #238
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some minor clarifying comments below. feel free to merge once those are addressed.
app/repositories/page-content.tsx
Outdated
const res = await labelerAgent.tools.ozone.signature.searchAccounts({ | ||
values: [value], | ||
values: values, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
values: values, | |
values, |
}} | ||
> | ||
{children} | ||
<ConfirmationModal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonder if this component should be pulled out of the button? I've seen weird behavior due to nested components like this inside inline components. this is probably gonna be portaled out of the button anyways so probably doesn't make much of a diff.
No description provided.