From d1c17e8c2679f3126d31db81dbd0debcb89074a4 Mon Sep 17 00:00:00 2001 From: John Twyman Date: Wed, 7 Aug 2024 14:39:33 +1000 Subject: [PATCH] Fix typo in const import --- src/extensions/action-handlers/civicrm-addpendingnote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/action-handlers/civicrm-addpendingnote.js b/src/extensions/action-handlers/civicrm-addpendingnote.js index 5c167f7d9..c8eda7a81 100644 --- a/src/extensions/action-handlers/civicrm-addpendingnote.js +++ b/src/extensions/action-handlers/civicrm-addpendingnote.js @@ -7,7 +7,7 @@ import { getConfig } from "../../server/api/lib/config"; import { ENVIRONMENTAL_VARIABLES_MANDATORY, CIVICRM_CONTACT_LOADER, - CIVICRM_ACTION_HANDLER_ADDTAG + CIVICRM_ACTION_HANDLER_ADDPENDINGNOTE } from "../contact-loaders/civicrm/const"; export const name = CIVICRM_ACTION_HANDLER_ADDPENDINGNOTE;