Update APIKeyManagementView.swift

This commit is contained in:
Prakash Joshi Pax 2025-05-05 10:02:23 +05:45 committed by GitHub
parent 27bbbbcdc9
commit ffaf5f15a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -602,11 +602,3 @@ struct APIKeyManagementView: View {
return String(format: "%.1f GB", gigabytes)
}
}
#Preview {
APIKeyManagementView()
.environmentObject(AIService())
}