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();
},