Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit ee5627b

Browse files
authored
Fixing toolbar ambiguity
1 parent 05bde87 commit ee5627b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prosign/views/CertificateView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ struct CertificateView: View {
391391
}
392392
.background(Color(.systemGray6))
393393
.toolbar {
394-
ToolbarItem(placement: .navigationBarTrailing) {
394+
ToolbarItemGroup(placement: .navigationBarTrailing) {
395395
Menu {
396396
Button {
397397
showAddCertificateSheet = true

0 commit comments

Comments
 (0)