fixed customization erros all using avatar instead of respected item
This commit is contained in:
@ -68,7 +68,7 @@ export const MapIconCustomization: FC<SystemVoiceSelectionProps> = ({
|
||||
form.setValue("mapIconId", data[0].mapIconId as number);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error("Error fetching avatar parts:", error);
|
||||
console.error("Error fetching map icons:", error);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user