mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +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() ? (
|
||||
<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>
|
||||
<IconExit className="skeleton-stagebox-stage-exit" size="medium" data-stage-target="stageexit" />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user