mirror of
https://github.com/exzork/gc-tools.git
synced 2024-11-22 07:08:12 +00:00
fix
This commit is contained in:
parent
ccdd986967
commit
061e32f74c
@ -66,7 +66,7 @@ export default function Artifacts() {
|
|||||||
|
|
||||||
const handleMainStatChange = (event: any, value: any) => {
|
const handleMainStatChange = (event: any, value: any) => {
|
||||||
if (value !== null) {
|
if (value !== null) {
|
||||||
setSelectedMainStat(value.id);
|
setSelectedMainStat(value.Id);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user