Fix creation sheet.

This commit is contained in:
Max Goedjen
2020-09-12 23:44:58 -06:00
parent 264b584d34
commit 61feb5b7af

View File

@@ -62,14 +62,14 @@ struct ContentView<UpdaterType: UpdaterProtocol, AgentStatusCheckerType: AgentSt
} }
} }
} }
.sheet(isPresented: $showingCreation) {
CreateSecretView(showing: $showingCreation)
}
} }
} else { } else {
NoStoresView() NoStoresView()
} }
} }
.sheet(isPresented: $showingCreation) {
CreateSecretView(showing: $showingCreation)
}
.frame(minWidth: 640, minHeight: 320) .frame(minWidth: 640, minHeight: 320)
.toolbar { .toolbar {
updateNotice updateNotice