mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 02:47:12 +00:00
fix: IconArrow typo
This commit is contained in:
parent
d30753bb5e
commit
d12d298196
@ -78,7 +78,7 @@ export default class Stage extends Component<StageProps> {
|
|||||||
|
|
||||||
const stageBacker = stage?.hasBack() ? (
|
const stageBacker = stage?.hasBack() ? (
|
||||||
<div className="skeleton-stagebox-stagebacker">
|
<div className="skeleton-stagebox-stagebacker">
|
||||||
<IconArrow className="skeleton-stagebox-stage-IconArrow" size="medium" data-stage-target="stageback" />
|
<IconArrow className="skeleton-stagebox-stage-arrow" size="medium" data-stage-target="stageback" />
|
||||||
<span className="skeleton-stagebox-stage-title">{newTitle}</span>
|
<span className="skeleton-stagebox-stage-title">{newTitle}</span>
|
||||||
<IconExit className="skeleton-stagebox-stage-exit" size="medium" data-stage-target="stageexit" />
|
<IconExit className="skeleton-stagebox-stage-exit" size="medium" data-stage-target="stageexit" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user