We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d66dc1 commit 7df4bfcCopy full SHA for 7df4bfc
client/src/components/Masthead/_webhooks.js
@@ -1,5 +1,6 @@
1
import { appendScriptStyle } from "utils/utils";
2
import { loadWebhooks } from "utils/webhooks";
3
+import { localize } from "@/utils/localization";
4
5
export async function loadMastheadWebhooks(items) {
6
const webhooks = await loadWebhooks("masthead");
0 commit comments