mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Fix typo sanitizeItems to sanitize_items
This commit is contained in:
+1
-1
@@ -384,7 +384,7 @@ window.addEventListener('message', async (event) => {
|
||||
return {
|
||||
html: item.label,
|
||||
action: item.action,
|
||||
items: item.items ? sanitizeItems(item.items) : undefined
|
||||
items: item.items ? sanitize_items(item.items) : undefined
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user