Fix add to homarr zIndex

This commit is contained in:
ajnart
2023-01-08 16:29:09 +09:00
parent c71337bc99
commit dc00c728cc

View File

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