Disable preview

This commit is contained in:
Max Goedjen 2025-09-14 14:51:37 -07:00
parent e8cdcdfb7f
commit 72d685535f
No known key found for this signature in database

View File

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