mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 06:25:32 -04:00
Fix cascading warnings
This commit is contained in:
parent
023175eb54
commit
2193f24198
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ struct ListRow: View {
|
|||
title: Text(compatibilityTitle),
|
||||
message: Text(compatibilityMessage),
|
||||
primaryButton: .default(Text("Cancel")),
|
||||
secondaryButton: .default(Text("Continue")) { validate() }
|
||||
secondaryButton: .default(Text("Continue")) { Task { validate() } }
|
||||
)
|
||||
case .helperTool:
|
||||
return Alert(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue