Add "Not now" reason
This commit is contained in:
@@ -3,7 +3,8 @@ class Closure::Reason < ApplicationRecord
|
||||
"Completed",
|
||||
"Duplicate",
|
||||
"Maybe later",
|
||||
"Working as intended"
|
||||
"Working as intended",
|
||||
"Not now"
|
||||
]
|
||||
|
||||
FALLBACK_LABEL = "Done"
|
||||
|
||||
Reference in New Issue
Block a user