Refine admin workflows and team access
This commit is contained in:
@@ -150,8 +150,7 @@ export function useAdminContentManager() {
|
||||
: 'custom'
|
||||
}
|
||||
|
||||
function handleSocialIconSelection(event: Event, index: number) {
|
||||
const value = (event.target as HTMLSelectElement).value
|
||||
function handleSocialIconSelection(value: string, index: number) {
|
||||
const social = form.socialLinks[index]
|
||||
if (!social) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user