Skip to content

Commit 198f3e5

Browse files
committed
Make attendance status selection sheet expandable
1 parent f5dd848 commit 198f3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Bookings/Booking Details/BookingDetailsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct BookingDetailsView: View {
7575
print("Selected status: \(selectedStatus)")
7676
}
7777
.padding(.top)
78-
.presentationDetents([.medium])
78+
.presentationDetents([.medium, .large])
7979
.presentationDragIndicator(.visible)
8080
}
8181
}

0 commit comments

Comments
 (0)