Skip to content

Commit

Permalink
page state set public
Browse files Browse the repository at this point in the history
  • Loading branch information
devmehmetates committed Nov 5, 2023
1 parent d9e0228 commit 6b51b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ErrorableView/ErrorableViewProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public extension ErrorableViewProtocol {
}

open class ErrorableBaseViewModel: ObservableObject {
@Published var pageState: PageStates = .loading
@Published public var pageState: PageStates = .loading
}

public protocol ErrorableSheetView: ErrorableViewProtocol {}
Expand Down

0 comments on commit 6b51b52

Please sign in to comment.