|
|
@ -107,9 +107,7 @@ const CreateStorageServiceDialog: React.FC<Props> = (props: Props) => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<div className="dialog-header-container">
|
|
|
|
<div className="dialog-header-container">
|
|
|
|
<span className="title-text ml-auto">
|
|
|
|
<span>{t(isCreating ? "setting.storage-section.create-storage" : "setting.storage-section.update-storage")}</span>
|
|
|
|
{t(isCreating ? "setting.storage-section.create-storage" : "setting.storage-section.update-storage")}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<IconButton size="sm" onClick={handleCloseBtnClick}>
|
|
|
|
<IconButton size="sm" onClick={handleCloseBtnClick}>
|
|
|
|
<Icon.X className="w-5 h-auto" />
|
|
|
|
<Icon.X className="w-5 h-auto" />
|
|
|
|
</IconButton>
|
|
|
|
</IconButton>
|
|
|
|