Disable preview (#710)

This commit is contained in:
Max Goedjen
2025-09-14 21:53:13 +00:00
committed by GitHub
parent e8cdcdfb7f
commit 85d0cab0f5
@@ -159,6 +159,6 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
}
#Preview {
CreateSecretView(store: Preview.StoreModifiable()) { _ in }
}
//#Preview {
// CreateSecretView(store: Preview.StoreModifiable()) { _ in }
//}