Merge pull request #588 from ajnart/584-the-integrations-list-is-covered-by-the-main-window-when-adding-a-container

This commit is contained in:
Thomas Camlong
2023-01-20 11:07:54 +09:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
const containerUrl = `http://localhost:${selected[0].Ports[0]?.PublicPort ?? 0}`;
openContextModalGeneric<{ app: AppType; allowAppNamePropagation: boolean }>({
modal: 'editApp',
zIndex: 1000,
zIndex: 202,
innerProps: {
app: {
id: uuidv4(),