Hopefully fix the options not always loading

This commit is contained in:
Hein
2025-10-30 11:45:08 +02:00
parent 9f960a6729
commit a8a172cbfe
2 changed files with 21 additions and 10 deletions

View File

@@ -121,6 +121,7 @@ export const GridlerGoAPIExampleEventlog = () => {
>
<GlidlerAPIAdaptorForGoLangv2
authtoken={apiKey}
options={[{ type: 'preload', value: 'PRO' }]}
//options={[{ type: 'fieldfilter', name: 'process', value: 'test' }]}
url={`${apiUrl}/public/process`}
/>