Add footer ref for WeaponModal
This commit is contained in:
parent
66df6f9f74
commit
b271aa0923
1 changed files with 2 additions and 1 deletions
|
|
@ -355,6 +355,7 @@ const WeaponModal = ({
|
|||
<DialogContent
|
||||
className="Weapon"
|
||||
headerref={headerRef}
|
||||
footerref={footerRef}
|
||||
onOpenAutoFocus={(event) => event.preventDefault()}
|
||||
onEscapeKeyDown={onEscapeKeyDown}
|
||||
>
|
||||
|
|
@ -385,7 +386,7 @@ const WeaponModal = ({
|
|||
{gridWeapon.object.ax ? axSelect() : ''}
|
||||
{gridWeapon.awakening ? awakeningSelect() : ''}
|
||||
</div>
|
||||
<div className="DialogFooter">
|
||||
<div className="DialogFooter" ref={footerRef}>
|
||||
<Button
|
||||
contained={true}
|
||||
onClick={updateWeapon}
|
||||
|
|
|
|||
Loading…
Reference in a new issue