mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-10 16:22:38 +02:00
feat(backend): Implement handling of unsupported Notion block types and track skipped content, add documentation for it
This commit is contained in:
parent
5eca07f24f
commit
41ebe162b0
4 changed files with 218 additions and 34 deletions
|
|
@ -218,7 +218,7 @@ export const IndexingConfigurationView: FC<IndexingConfigurationViewProps> = ({
|
|||
{isStartingIndexing ? (
|
||||
<>
|
||||
<Spinner size="sm" className="mr-2" />
|
||||
Starting...
|
||||
Starting
|
||||
</>
|
||||
) : (
|
||||
"Start Indexing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue