-
Notifications
You must be signed in to change notification settings - Fork 103
feat(vcd): add searchbar and filter on vdc datagrid #17915
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
base: develop
Are you sure you want to change the base?
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.
You have a branchName as reference on one of your commit, maybe you should change this
PS: don't hesitate to use the yarn-commit script to prevent this
faac9e4
to
27af2a5
Compare
ref: #MANAGER-18723 Signed-off-by: Thibault Barske <[email protected]>
ref: #MANAGER-18723 Signed-off-by: Thibault Barske <[email protected]>
27af2a5
to
13e7e26
Compare
ref: #MANAGER-18723 Signed-off-by: Thibault Barske <[email protected]>
13e7e26
to
01c405c
Compare
vi.mock('@ovhcloud/ods-components/react', async (importOriginal) => { | ||
const actual: any = await importOriginal(); | ||
return { | ||
...actual, | ||
OdsLink: vi | ||
.fn() | ||
.mockImplementation(({ label, ...rest }) => <a {...rest}>{label}</a>), | ||
}; | ||
}); |
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.
Noted: I can delete it
Description
Ticket Reference: #MANAGER-18723
Additional Information