mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 02:23:41 -05:00
Merge pull request #9736 from overleaf/ae-storybook-fixes
Fix Storybook errors GitOrigin-RevId: 211b328856fa2e98ce86376b418d961b0e7aed5c
This commit is contained in:
parent
99a665a746
commit
618b116ac3
1 changed files with 3 additions and 0 deletions
|
@ -21,4 +21,7 @@ export const Search = (args: any) => {
|
||||||
export default {
|
export default {
|
||||||
title: 'Project List / Project Search',
|
title: 'Project List / Project Search',
|
||||||
component: SearchForm,
|
component: SearchForm,
|
||||||
|
args: {
|
||||||
|
inputValue: '',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue