pages/search: actions: pin or unpin tab

This commit is contained in:
He4eT 2024-01-21 21:56:29 +01:00
commit 60d28b9970
2 changed files with 10 additions and 2 deletions

View file

@ -25,6 +25,7 @@ export const init = ({
'favIconUrl',
'id',
'label',
'pinned',
'title',
'url',
].reduce((acc, x) => (acc[x] = tab[x], acc), {})