Game calendar working
This commit is contained in:
@@ -25,7 +25,7 @@ export default function RaidGroupModal({
|
||||
const [ raidGroupIcon, setRaidGroupIcon ] = useState(raidGroup?.raidGroupIcon);
|
||||
const [ iconFile, setIconFile ] = useState<File | null>(null);
|
||||
const [ game, setGame ] = useState<Game>();
|
||||
const modalId = crypto.randomUUID().replace("-", "");
|
||||
const modalId = crypto.randomUUID().replaceAll("-", "");
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user