mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 07:06:49 +00:00
fix: input watchers
This commit is contained in:
@@ -23,6 +23,13 @@ const inviteCollaborator = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
watch(inviteData, (newVal) => {
|
||||
console.log(newVal.email)
|
||||
if (newVal.email[-1] === ',') {
|
||||
console.log(newVal.email)
|
||||
}
|
||||
})
|
||||
|
||||
// allow only lower roles to be assigned
|
||||
const allowedRoles = ref<WorkspaceUserRoles[]>([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user