aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/lib')
-rw-r--r--src/webview/lib/RecipeWebview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview/lib/RecipeWebview.js b/src/webview/lib/RecipeWebview.js
index 9c195a9f0..b2a9f3ee8 100644
--- a/src/webview/lib/RecipeWebview.js
+++ b/src/webview/lib/RecipeWebview.js
@@ -126,8 +126,8 @@ class RecipeWebview {
126 } 126 }
127 } 127 }
128 128
129 clearStorageData(storageLocations) { 129 clearStorageData(serviceId, targetsToClear) {
130 this.sessionHandler.clearStorageData(storageLocations); 130 ipcRenderer.send('clear-storage-data', { serviceId, targetsToClear });
131 } 131 }
132 132
133 releaseServiceWorkers() { 133 releaseServiceWorkers() {