Skip to content

Commit

Permalink
fix: do not disable Go deep link button in the developer tools - WP…
Browse files Browse the repository at this point in the history
…B-14547 (#2231)
  • Loading branch information
KaterinaWire authored Dec 2, 2024
1 parent fbef97f commit 26e83f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ struct DeepLinksView: View {
Button("Go") {
viewModel.openLink(urlString: urlString)
}
.disabled(urlString.isEmpty)
}
.disabled(urlString.isEmpty)
}
.listStyle(InsetGroupedListStyle())
.frame(height: 150)
Expand Down

0 comments on commit 26e83f0

Please sign in to comment.