🐛 Fix handling of postponed proposals (#3397)

Fixes #3396

Signed-off-by: Alexandre Franke <alexandre.franke@gmail.com>
pull/977/head
Alexandre Franke 3 years ago committed by GitHub
parent fa479afa97
commit 845e4c87db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ const states = [
title: "Merged"
},
{
label: "proposal-postoned",
label: "proposal-postponed",
title: "Postponed"
},
{

Loading…
Cancel
Save