Skip to content

Commit

Permalink
fix: move service refresh list (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
choykarl authored Aug 14, 2024
1 parent f18eb57 commit 49c537b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private class ServiceTabViewModel: ObservableObject {

@Published var selectedService: QueryService?

private(set) var services: [QueryService]
@Published private(set) var services: [QueryService]

@Published var windowType: EZWindowType {
didSet {
Expand Down

0 comments on commit 49c537b

Please sign in to comment.