Refine admin workflows and team access
This commit is contained in:
@@ -121,8 +121,7 @@ export function useAdminCandidateManager() {
|
||||
modalOpen.value = true
|
||||
}
|
||||
|
||||
function handlePlatformSelection(event: Event) {
|
||||
const value = (event.target as HTMLSelectElement).value
|
||||
function handlePlatformSelection(value: string) {
|
||||
if (value === 'custom') {
|
||||
if (socialIconOptionForValue(form.platform)) {
|
||||
form.platform = ''
|
||||
|
||||
Reference in New Issue
Block a user