Skip to content

Commit

Permalink
Remove welcome view fetch request animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Dec 8, 2021
1 parent 28de1c1 commit de4c44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS/Views/WelcomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import SwiftUI

struct WelcomeView: View {
@FetchRequest(sortDescriptors: [], animation: .default)
@FetchRequest(sortDescriptors: [])
private var portfolios: FetchedResults<Portfolio>

var body: some View {
Expand Down

0 comments on commit de4c44b

Please sign in to comment.