riasvdv / statamic-collection-groups

Group your collections into separate groups
3 stars 1 forks source link

Group stays not selected if you select second item in collection group #1

Closed freshface closed 2 years ago

freshface commented 3 years ago

If i select "losse pagina's" the group "navigatie" stays not selected. Screenshot: https://jmp.sh/BDAqB6t

collection-groups.php config file

return [
    'Navigation' => [
       'pages',
       'loose-pages',
       'meta-pages',
     ]
];