Web: Files: Fixed missing icon.

This commit is contained in:
Tatiana Lopaeva 2021-08-03 12:18:32 +03:00
parent 18044095de
commit 893e1acef1

View File

@ -292,7 +292,7 @@ export default function withContextOptions(WrappedComponent) {
return {
key: option,
label: t("Translations:OwnerChange"),
icon: "images/catalog.user.react.svg",
icon: "/static/images/catalog.user.react.svg",
onClick: this.onOwnerChange,
disabled: false,
};