summaryrefslogtreecommitdiff
path: root/Sora
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-09 05:54:21 -0700
committerFuwn <[email protected]>2025-06-09 05:54:21 -0700
commit7a78301eaa18f48e7a5acf42a60debd74f63c9e7 (patch)
tree5823f0accca182523d4a194918978f3693e202a4 /Sora
parentfeat: Development commit (diff)
downloadsora-testing-7a78301eaa18f48e7a5acf42a60debd74f63c9e7.tar.xz
sora-testing-7a78301eaa18f48e7a5acf42a60debd74f63c9e7.zip
feat: Development commit
Diffstat (limited to 'Sora')
-rw-r--r--Sora/Views/Generic/GenericListView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Generic/GenericListView.swift b/Sora/Views/Generic/GenericListView.swift
index 9a1ec10..1d44e15 100644
--- a/Sora/Views/Generic/GenericListView.swift
+++ b/Sora/Views/Generic/GenericListView.swift
@@ -86,6 +86,7 @@ struct GenericListView<T: Identifiable & Hashable & GenericItem>: View {
TextField("Collection Name", text: $newCollectionName)
Button("Cancel") {
+ newCollectionName = ""
isNewCollectionAlertPresented = false
}