Fix lodash import
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b92a6e5ffc
commit
dc0efe9bac
@ -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 New Issue
Block a user