fix: usage of internal api

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-10-08 21:40:37 +02:00 committed by Philip Molares
parent 3076bb4cc3
commit a2b291294e
4 changed files with 37 additions and 41 deletions

View file

@ -10,7 +10,7 @@ import React, { createContext } from 'react'
export interface BaseUrls {
renderer: string
editor: string
internalApiUrl: string
internalApiUrl: string | undefined
}
interface BaseUrlContextProviderProps {