mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-05-08 16:38:58 +02: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