Account Roles #413

Merged
alexm merged 39 commits from :feature/AccountRoles into dev 2024-06-06 07:35:47 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 454527b0a7 - Show all commits

View File

@ -239,7 +239,6 @@ function updateAndEmit(val, evt) {
originalData.value = val && JSON.parse(JSON.stringify(val));
if (!$props.url) arrayData.store.data = val;
console.log('$props.model: ', $props.model);
emit(evt, state.get($props.model));
}