diff --git a/src/khoj/interface/web/config_automation.html b/src/khoj/interface/web/config_automation.html index ef19ddd0..36da8cfc 100644 --- a/src/khoj/interface/web/config_automation.html +++ b/src/khoj/interface/web/config_automation.html @@ -357,11 +357,6 @@ }) } - function closeShareModal(automationId) { - const modal = document.getElementById(`share-modal-${automationId}`); - modal.remove(); - } - function copyShareLink(event, automationId, subject, crontime, queryToRun) { event.preventDefault(); event.stopPropagation();