Fix creation sheet.

This commit is contained in:
Max Goedjen 2020-09-12 23:44:58 -06:00
parent 264b584d34
commit 61feb5b7af
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

View File

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