Skip to content

Commit 880517b

Browse files
committed
Remove "test" story
1 parent 7d8ff66 commit 880517b

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

src/stories/FairDOElasticSearch.stories.tsx

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -219,34 +219,3 @@ export const GenericResultRenderer: Story = {
219219
)
220220
}
221221
}
222-
223-
const test: FairDOConfig = {
224-
debug: false,
225-
alwaysSearchOnInitialLoad: true,
226-
// host: "https://matwerk.datamanager.kit.edu/search-proxy/api/v1",
227-
host: "https://demo.datamanager.kit.edu/base-repo/api/v1/",
228-
apiKey: "UGNoTW1KUUJ3WmluUHBTcEVpalo6cGloOUVKZ0tTdnlMYVlpTzV4SXBrUQ==",
229-
indices: [
230-
{
231-
name: "baserepo",
232-
facets: [
233-
{
234-
key: "created",
235-
type: "date_time_no_millis",
236-
label: "Created"
237-
}
238-
],
239-
resultFields: [], // Leave empty to get all fields
240-
searchFields: []
241-
}
242-
],
243-
disjunctiveFacets: [],
244-
imageProxy: (src) => `https://wsrv.nl/?url=${src}&h=1000&output=webp&ll`
245-
}
246-
247-
export const Test: Story = {
248-
args: {
249-
config: test,
250-
resultView: null!
251-
}
252-
}

0 commit comments

Comments
 (0)