mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
visgraph: adding node whitelist
This commit is contained in:
@@ -12,6 +12,7 @@ const persons = JSON.parse(container.dataset.persons)
|
||||
|
||||
persons.forEach(person => {
|
||||
store.dispatch('addPerson', person)
|
||||
store.commit('markInWhitelist', person)
|
||||
})
|
||||
|
||||
const app = createApp({
|
||||
|
Reference in New Issue
Block a user