Make title optional for alert
This commit is contained in:
@@ -97,7 +97,6 @@ export const Component = () => {
|
||||
>
|
||||
<SimpleAlert
|
||||
open={isAlertOpen}
|
||||
title={''}
|
||||
text={globalize.translate('MetadataSettingChangeHelp')}
|
||||
onClose={onAlertClose}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user