summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}