set isLoading to false after create label request completes

This commit is contained in:
Satindar Dhillon 2022-05-05 11:18:57 -07:00
parent d0610a7cce
commit 55553317f3

View file

@ -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
}