fix: routing form edit button (#5466)
Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>pull/5479/head^2
parent
db7c3fb52f
commit
0b2250caf9
|
@ -98,6 +98,7 @@ export default function RoutingForms({
|
||||||
action="edit"
|
action="edit"
|
||||||
routingForm={form}
|
routingForm={form}
|
||||||
color="minimal"
|
color="minimal"
|
||||||
|
className="!flex"
|
||||||
StartIcon={Icon.FiEdit}>
|
StartIcon={Icon.FiEdit}>
|
||||||
{t("edit")}
|
{t("edit")}
|
||||||
</FormAction>
|
</FormAction>
|
||||||
|
|
Loading…
Reference in New Issue