mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
🐛 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
|
|
@ -58,7 +58,7 @@ const states = [
|
||||||
title: "Merged"
|
title: "Merged"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "proposal-postoned",
|
label: "proposal-postponed",
|
||||||
title: "Postponed"
|
title: "Postponed"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue