feature/IO-3499-React-19 - The great button refactor of 2026
This commit is contained in:
@@ -37,9 +37,5 @@ export default function ScoreboardRemoveButton({ scoreboardId }) {
|
||||
}
|
||||
setLoading(false);
|
||||
};
|
||||
return (
|
||||
<Button onClick={handleDelete} loading={loading}>
|
||||
<DeleteFilled />
|
||||
</Button>
|
||||
);
|
||||
return <Button onClick={handleDelete} loading={loading} icon={<DeleteFilled />} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user