Skip to content

Commit

Permalink
Fix concurrency errros with Strict checking on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 2, 2024
1 parent b7982a0 commit 3258e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/PulseUI/Features/Console/ConsoleView-macos.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public struct ConsoleView: View {

/// This view contains the console itself along with the details (no sidebar).
@available(macOS 13, *)
@MainActor
private struct ConsoleMainView: View {
let environment: ConsoleEnvironment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Pulse
import CoreData

@available(macOS 13, *)
@MainActor
struct ConsoleEntityDetailsRouterView: View {
let selection: ConsoleSelectedItem

Expand Down

0 comments on commit 3258e4e

Please sign in to comment.