prettier fix

Signed-off-by: Moro <sleeping.moro@gmail.com>
This commit is contained in:
Moro
2025-05-02 23:11:13 +02:00
parent 2c7661423c
commit 60100aeb0c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-search-react': patch
---
Fix memoization of `filterValue` in `SearchFilter.Autocomplete` to prevent unintended resets
Fix memoization of `filterValue` in `SearchFilter.Autocomplete` to prevent unintended resets
@@ -418,7 +418,7 @@ describe('SearchFilter.Autocomplete', () => {
expect(screen.getByTestId(`${name}-filter-spy`)).toHaveTextContent('');
});
});
it('allows typing a value and shows suggestions', async () => {
render(
<TestApiProvider