Skip to content

Commit b20dc67

Browse files
committed
fix: query editor menu — use topBarTrailing instead of secondaryAction pill
1 parent a74f557 commit b20dc67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TableProMobile/TableProMobile/Views/QueryEditorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ struct QueryEditorView: View {
192192
.disabled(!isExecuting && query.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty)
193193
}
194194

195-
ToolbarItem(placement: .secondaryAction) {
195+
ToolbarItem(placement: .topBarTrailing) {
196196
Menu {
197197
Button {
198198
showHistory = true

0 commit comments

Comments
 (0)