mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set isLoading to false after create label request completes
This commit is contained in:
parent
d0610a7cce
commit
55553317f3
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ import Views
|
|||
color: color.hex ?? "",
|
||||
description: description
|
||||
) else {
|
||||
isLoading = false
|
||||
return
|
||||
}
|
||||
|
||||
|
|
@ -51,6 +52,7 @@ import Views
|
|||
unselectedLabels.insert(label, at: 0)
|
||||
}
|
||||
|
||||
isLoading = false
|
||||
showCreateEmailModal = false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue