🐛 Fix handling of postponed proposals (#3397)
Fixes #3396 Signed-off-by: Alexandre Franke <alexandre.franke@gmail.com>
This commit is contained in:
parent
fa479afa97
commit
845e4c87db
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const states = [
|
|||
title: "Merged"
|
||||
},
|
||||
{
|
||||
label: "proposal-postoned",
|
||||
label: "proposal-postponed",
|
||||
title: "Postponed"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue