Skip to content

Commit

Permalink
Merge branch 'dev' into fix-foxit
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored Dec 10, 2024
2 parents 31bbc43 + 852c67e commit 9c83464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct ServiceConfigurationSecretSectionView<Content: View>: View {
viewModel.reset()
}
} message: {
Text(viewModel.errorMessage)
Text(viewModel.errorMessage.prefix(1000))
}
.onDisappear {
viewModel.invalidate()
Expand Down

0 comments on commit 9c83464

Please sign in to comment.