Disable preview (#710)

This commit is contained in:
Max Goedjen 2025-09-14 14:53:13 -07:00 committed by GitHub
parent e8cdcdfb7f
commit 85d0cab0f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,6 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
} }
#Preview { //#Preview {
CreateSecretView(store: Preview.StoreModifiable()) { _ in } // CreateSecretView(store: Preview.StoreModifiable()) { _ in }
} //}