Fixed ref being used for component and not shallowRef
This commit is contained in:
@@ -93,7 +93,7 @@ onMounted(() => {
|
||||
|
||||
setCurrentMenu([
|
||||
{
|
||||
phIcon: PhMagnifyingGlass,
|
||||
phIcon: shallowRef(PhMagnifyingGlass),
|
||||
tooltip: 'Recherche avancée',
|
||||
action: 'event-search'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user