-
-
- {
- const value = parseInt(e.currentTarget.value) || -1;
- visualizationConfig.setMaxPublicationIndices(value);
- }}
- placeholder="-1 for unlimited"
- class="w-full text-xs bg-primary-0 dark:bg-primary-1000 border border-gray-300 dark:border-gray-700 rounded-md px-2 py-1 dark:text-white"
- />
-
-
-
-
- {
- const value = parseInt(e.currentTarget.value) || -1;
- visualizationConfig.setMaxEventsPerIndex(value);
- }}
- placeholder="-1 for unlimited"
- class="w-full text-xs bg-primary-0 dark:bg-primary-1000 border border-gray-300 dark:border-gray-700 rounded-md px-2 py-1 dark:text-white"
- />
-
-
-
-
- Automatically fetch missing referenced events
-
-