mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Fix typo sanitizeItems
to sanitize_items
This commit is contained in:
parent
6efff83616
commit
cf8a07286a
@ -384,7 +384,7 @@ window.addEventListener('message', async (event) => {
|
|||||||
return {
|
return {
|
||||||
html: item.label,
|
html: item.label,
|
||||||
action: item.action,
|
action: item.action,
|
||||||
items: item.items ? sanitizeItems(item.items) : undefined
|
items: item.items ? sanitize_items(item.items) : undefined
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user