Merge pull request #9736 from overleaf/ae-storybook-fixes

Fix Storybook errors

GitOrigin-RevId: 211b328856fa2e98ce86376b418d961b0e7aed5c
This commit is contained in:
Alf Eaton 2022-09-27 10:17:00 +01:00 committed by Copybot
parent 99a665a746
commit 618b116ac3

View file

@ -21,4 +21,7 @@ export const Search = (args: any) => {
export default {
title: 'Project List / Project Search',
component: SearchForm,
args: {
inputValue: '',
},
}