mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 05:06:15 -05:00
fix invalid prop name on delete build button
This commit is contained in:
@@ -157,7 +157,7 @@ const BuildModal: React.FC<Props> = ({ onClose, build }) => {
|
||||
variant="outline"
|
||||
color="red.500"
|
||||
mb={6}
|
||||
loading={deleting}
|
||||
isLoading={deleting}
|
||||
onClick={async () => {
|
||||
if (window.confirm(t`Delete the build?`)) await onDelete();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user