1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

s/hasCloseX/hasCloseButton/

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-08-05 10:45:49 +01:00
parent 90a3fedbef
commit e400053b69
2 changed files with 4 additions and 4 deletions

View File

@@ -837,7 +837,7 @@ export const CommandMap = {
}
</tbody>
</table>,
hasCloseX: true,
hasCloseButton: true,
});
return success();
},