Implemented an unavailable view for empty transcriptions on the ContentView view in the Sample app target.
This commit is contained in:
@@ -24,7 +24,7 @@ public struct Transcription: Equatable, Identifiable, Sendable {
|
||||
// MARK: Computed
|
||||
|
||||
/// A Boolean value that indicates whether the transcription has no text.
|
||||
var isEmpty: Bool {
|
||||
public var isEmpty: Bool {
|
||||
text.isEmpty
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user