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}
/>
)}
{!persistedState.hideTip && assertion && rest.startActionId === null && (
<Notification onClose={this.handleCloseTip}>
Hold <b>SHIFT</b> key to select more actions.
</Notification>
)}
{!persistedState.hideTip &&
assertion &&
rest.startActionId === null && (
<Notification onClose={this.handleCloseTip}>
Hold <b>SHIFT</b> key to select more actions.
</Notification>
)}
{dialogStatus && (
<Dialog<Template>
open