Disable preview (#710)

Este commit está contenido en:
Max Goedjen
2025-09-14 14:53:13 -07:00
cometido por GitHub
padre e8cdcdfb7f
commit 85d0cab0f5

Ver fichero

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