fix statusTag not being removed when going from completed -> active.
This commit is contained in:
@@ -74,6 +74,7 @@
|
|||||||
clearEndTime: ( endTime == "" ),
|
clearEndTime: ( endTime == "" ),
|
||||||
active: statusTag === "",
|
active: statusTag === "",
|
||||||
statusTag: statusTag || null,
|
statusTag: statusTag || null,
|
||||||
|
clearStatusTag: statusTag === "",
|
||||||
|
|
||||||
name, description, icon,
|
name, description, icon,
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user