This commit is contained in:
Nathan Bierema 2022-11-27 10:21:26 -05:00
parent 80da55b10a
commit e5364431ef

View File

@ -155,11 +155,13 @@ export class TestTab<S, A extends Action<unknown>> extends Component<
{...rest} {...rest}
/> />
)} )}
{!persistedState.hideTip && assertion && rest.startActionId === null && ( {!persistedState.hideTip &&
<Notification onClose={this.handleCloseTip}> assertion &&
Hold <b>SHIFT</b> key to select more actions. rest.startActionId === null && (
</Notification> <Notification onClose={this.handleCloseTip}>
)} Hold <b>SHIFT</b> key to select more actions.
</Notification>
)}
{dialogStatus && ( {dialogStatus && (
<Dialog<Template> <Dialog<Template>
open open