Skip to content

Commit

Permalink
clearing console
Browse files Browse the repository at this point in the history
  • Loading branch information
NabeelAyubee committed Dec 9, 2024
1 parent b92a13e commit b1ddd2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ const UploadData = ({ formData, onSelect, ...props }) => {
setIsValidation(false);
if (temp?.additionalDetails?.sheetErrors.length === 0) {
setShowToast({ key: "success", label: t("HCM_VALIDATION_COMPLETED") });
console.log("validated");
if (temp?.id) {
setResourceId(temp?.id);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const SetupCampaign = ({ hierarchyType, hierarchyData }) => {
const [fetchBoundary, setFetchBoundary] = useState(() => Boolean(searchParams.get("fetchBoundary")));
const [fetchUpload, setFetchUpload] = useState(false);
const [active, setActive] = useState(0);
console.log("window?.Digit?.Utils?.campaign?.getModuleName()", window?.Digit?.Utils?.campaign?.getModuleName())
const { data: HierarchySchema } = Digit.Hooks.useCustomMDMS(tenantId, CONSOLE_MDMS_MODULENAME, [{
name: "HierarchySchema",
"filter": `[?(@.type=='${window?.Digit?.Utils?.campaign?.getModuleName()}')]`
Expand Down

0 comments on commit b1ddd2c

Please sign in to comment.