mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
add onClose back in to infomsg view
This commit is contained in:
@@ -64,7 +64,11 @@ class InfoMsg extends React.Component<{}, {}> {
|
||||
}
|
||||
|
||||
return (
|
||||
<AuxiliaryCmdView title={titleStr} className="cmd-input-info">
|
||||
<AuxiliaryCmdView
|
||||
title={titleStr}
|
||||
className="cmd-input-info"
|
||||
onClose={() => GlobalModel.inputModel.closeAuxView()}
|
||||
>
|
||||
<If condition={infoMsg?.infomsg}>
|
||||
<div key="infomsg" className="info-msg">
|
||||
<If condition={infoMsg.infomsghtml}>
|
||||
|
||||
Reference in New Issue
Block a user