Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6d8b0d

Browse files
committed
remove redundant spread
1 parent 6c19f2c commit d6d8b0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/components/SearchBarWithFilter/SearchBarWithFilter.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const WithoutPresetFilters = Template.bind({})
1818

1919
export const WithPresetFilters = Template.bind({})
2020
WithPresetFilters.args = {
21-
...WithoutPresetFilters.args,
2221
presetFilters: [
2322
{ query: workspaceFilterQuery.me, name: "Your workspaces" },
2423
{ query: "random query", name: "Random query" },

0 commit comments

Comments
 (0)