Updated client packages + reverted theme changes.

This commit is contained in:
Patrick Fic
2020-10-06 09:18:31 -07:00
parent 3da6568d75
commit 008498642d
7 changed files with 78 additions and 108 deletions

View File

@@ -68,8 +68,8 @@ function Header({
return (
<Menu
mode="horizontal"
theme="light"
style={{ backgroundColor: "#eee" }}
theme="dark"
// style={{ backgroundColor: "#eee" }}
className="header-main-menu"
selectedKeys={[selectedHeader]}
onClick={handleMenuClick}

View File

@@ -17,7 +17,7 @@ export default function JobRemoveFromPartsQueue({ jobId, refetch }) {
});
if (!!!result.errors) {
notification["success"]({ message: t("jobs.successes.saved") });
notification["success"]({ message: t("jobs.successes.save") });
if (refetch) refetch();
} else {
notification["error"]({