Refactor #3832 Refactor #3833 - For InlineMessage

This commit is contained in:
Bahadır Sofuoğlu 2023-04-07 21:49:14 +03:00
parent 38cd13a5e7
commit 0ddfeb4fb0
4 changed files with 42 additions and 13 deletions

View file

@ -26,7 +26,7 @@ const MessageProps = [
{
name: 'icon',
type: 'string',
default: 'null',
default: 'undefined',
description: 'Display a custom icon for the message.'
}
];