diff --git a/Sources/Secretive/Views/Secrets/CreateSecretView.swift b/Sources/Secretive/Views/Secrets/CreateSecretView.swift index 5b305a2..ca77124 100644 --- a/Sources/Secretive/Views/Secrets/CreateSecretView.swift +++ b/Sources/Secretive/Views/Secrets/CreateSecretView.swift @@ -159,6 +159,6 @@ struct CreateSecretView: View { } -#Preview { - CreateSecretView(store: Preview.StoreModifiable()) { _ in } -} +//#Preview { +// CreateSecretView(store: Preview.StoreModifiable()) { _ in } +//}