mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-11 03:57:23 +01:00
.
This commit is contained in:
@@ -54,7 +54,7 @@ struct CreateSecretView<StoreType: SecretStoreModifiable, AgentCommunicationCont
|
||||
func save() {
|
||||
try! store.create(name: name, requiresAuthentication: requiresAuthentication)
|
||||
Task {
|
||||
try! await agentCommunicationController.agent.updatedStore(withID: store.id)
|
||||
try! await agentCommunicationController.agent!.updatedStore(withID: store.id)
|
||||
}
|
||||
showing = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user