Skip to content
Snippets Groups Projects
Commit 0390d185 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6102 Fix storybook

parent df686e21
Branches
Tags
No related merge requests found
...@@ -13,7 +13,6 @@ type Story = StoryObj<InstantSearchComponent>; ...@@ -13,7 +13,6 @@ type Story = StoryObj<InstantSearchComponent>;
export const Default: Story = { export const Default: Story = {
args: { args: {
label: '',
placeholder: 'zuständige Stelle suchen', placeholder: 'zuständige Stelle suchen',
headerText: 'In der OZG-Cloud', headerText: 'In der OZG-Cloud',
}, },
...@@ -21,7 +20,6 @@ export const Default: Story = { ...@@ -21,7 +20,6 @@ export const Default: Story = {
export const SearchResults: Story = { export const SearchResults: Story = {
args: { args: {
label: '',
placeholder: 'zuständige Stelle suchen', placeholder: 'zuständige Stelle suchen',
headerText: 'In der OZG-Cloud', headerText: 'In der OZG-Cloud',
searchResults: [ searchResults: [
......
...@@ -13,7 +13,6 @@ type Story = StoryObj<SearchFieldComponent>; ...@@ -13,7 +13,6 @@ type Story = StoryObj<SearchFieldComponent>;
export const Default: Story = { export const Default: Story = {
args: { args: {
label: '',
placeholder: 'search something...', placeholder: 'search something...',
}, },
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment