Client: change info icon

This commit is contained in:
Viktor Fomin 2023-11-03 14:24:56 +03:00
parent ed3db13c9c
commit f2bf2f0fef
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import RefreshReactSvgUrl from "PUBLIC_DIR/images/refresh.react.svg?url";
import InviteAgainReactSvgUrl from "PUBLIC_DIR/images/invite.again.react.svg?url";
import ChangeToEmployeeReactSvgUrl from "PUBLIC_DIR/images/change.to.employee.react.svg?url";
import DeleteReactSvgUrl from "PUBLIC_DIR/images/delete.react.svg?url";
import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url";
import InfoReactSvgUrl from "PUBLIC_DIR/images/info.outline.react.svg?url";
import ReassignDataReactSvgUrl from "PUBLIC_DIR/images/reassign.data.svg?url";
import { makeAutoObservable } from "mobx";
import toastr from "@docspace/components/toast/toastr";

View File

@ -1,4 +1,4 @@
import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url";
import InfoReactSvgUrl from "PUBLIC_DIR/images/info.outline.react.svg?url";
import EnableReactSvgUrl from "PUBLIC_DIR/images/enable.react.svg?url";
import DisableReactSvgUrl from "PUBLIC_DIR/images/disable.react.svg?url";
import ChangeToEmployeeReactSvgUrl from "PUBLIC_DIR/images/change.to.employee.react.svg?url";
@ -82,7 +82,6 @@ class PeopleStore {
this.isInit = true;
//this.authStore.settingsStore.setModuleInfo(config.homepage, config.id);
};
reset = () => {