feat: make code more strict
This commit is contained in:
@@ -269,7 +269,7 @@ export default function ModCodesPage() {
|
|||||||
onCancel={() => setCreateModalOpen(false)}
|
onCancel={() => setCreateModalOpen(false)}
|
||||||
onSuccess={() => {
|
onSuccess={() => {
|
||||||
setCreateModalOpen(false)
|
setCreateModalOpen(false)
|
||||||
loadModifications()
|
void loadModifications()
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@@ -280,7 +280,7 @@ export default function ModCodesPage() {
|
|||||||
onCancel={() => setEditingModification(null)}
|
onCancel={() => setEditingModification(null)}
|
||||||
onSuccess={() => {
|
onSuccess={() => {
|
||||||
setEditingModification(null)
|
setEditingModification(null)
|
||||||
loadModifications()
|
void loadModifications()
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user