Merge branch 'fixes' into 'master'
Fix lodash import See merge request framasoft/mobilizon!976
This commit is contained in:
commit
bc09beadc2
|
@ -303,7 +303,7 @@ import {
|
||||||
REGISTER_PUSH_MUTATION,
|
REGISTER_PUSH_MUTATION,
|
||||||
UNREGISTER_PUSH_MUTATION,
|
UNREGISTER_PUSH_MUTATION,
|
||||||
} from "@/graphql/webPush";
|
} from "@/graphql/webPush";
|
||||||
import { merge } from "lodash";
|
import merge from "lodash/merge";
|
||||||
import { WEB_PUSH } from "@/graphql/config";
|
import { WEB_PUSH } from "@/graphql/config";
|
||||||
|
|
||||||
type NotificationSubType = { label: string; id: string };
|
type NotificationSubType = { label: string; id: string };
|
||||||
|
|
Loading…
Reference in a new issue