diff options
| author | Fuwn <[email protected]> | 2025-06-09 05:54:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 05:54:21 -0700 |
| commit | 7a78301eaa18f48e7a5acf42a60debd74f63c9e7 (patch) | |
| tree | 5823f0accca182523d4a194918978f3693e202a4 /Sora/Views/Generic | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-7a78301eaa18f48e7a5acf42a60debd74f63c9e7.tar.xz sora-testing-7a78301eaa18f48e7a5acf42a60debd74f63c9e7.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Generic')
| -rw-r--r-- | Sora/Views/Generic/GenericListView.swift | 1 |
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 } |