Merge branch 'fixes' into 'master'

Fix lodash import

See merge request framasoft/mobilizon!976
This commit is contained in:
Thomas Citharel 2021-07-02 10:54:09 +00:00
commit bc09beadc2
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ import {
REGISTER_PUSH_MUTATION,
UNREGISTER_PUSH_MUTATION,
} from "@/graphql/webPush";
import { merge } from "lodash";
import merge from "lodash/merge";
import { WEB_PUSH } from "@/graphql/config";
type NotificationSubType = { label: string; id: string };