Fix duplicates
This commit is contained in:
parent
46feabec03
commit
2099ee8baf
|
@ -26,9 +26,6 @@
|
||||||
$: currentTheme = $themeStore?.theme
|
$: currentTheme = $themeStore?.theme
|
||||||
$: darkMode = !currentTheme.includes("light")
|
$: darkMode = !currentTheme.includes("light")
|
||||||
|
|
||||||
$: currentTheme = $themeStore?.theme
|
|
||||||
$: darkMode = !currentTheme.includes("light")
|
|
||||||
|
|
||||||
const makeRowActionButtons = actions => {
|
const makeRowActionButtons = actions => {
|
||||||
return (actions || []).map(action => ({
|
return (actions || []).map(action => ({
|
||||||
text: action.name,
|
text: action.name,
|
||||||
|
|
Loading…
Reference in New Issue