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
Nafees Nazik 2022-11-11 15:01:13 +05:30 committed by GitHub
parent db7c3fb52f
commit 0b2250caf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ export default function RoutingForms({
action="edit"
routingForm={form}
color="minimal"
className="!flex"
StartIcon={Icon.FiEdit}>
{t("edit")}
</FormAction>