Add API configuration
This commit is contained in:
parent
7a81bbaec6
commit
e97720bc24
9 changed files with 23 additions and 4 deletions
|
@ -44,7 +44,7 @@ export function GetAction(
|
|||
};
|
||||
/* eslint-enable */
|
||||
|
||||
SetContainerList(request)
|
||||
SetContainerList(request, configuration.APIConfiguration?.apiSetContainerListUrl)
|
||||
.then((response: ISetContainerListResponse) => {
|
||||
HandleSetContainerList(
|
||||
action,
|
||||
|
|
|
@ -286,6 +286,7 @@ export function Editor(props: IEditorProps): JSX.Element {
|
|||
availableContainers={configuration.AvailableContainers}
|
||||
availableSymbols={configuration.AvailableSymbols}
|
||||
categories={configuration.Categories}
|
||||
apiConfiguration={configuration.APIConfiguration}
|
||||
selectContainer={(container) => setNewHistory(
|
||||
SelectContainer(
|
||||
container,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue