Skip to content

Commit

Permalink
Merge pull request #20 from FG-AI4H/mllabai-patch-1
Browse files Browse the repository at this point in the history
Update Datasets.js
  • Loading branch information
mllabai authored Dec 4, 2023
2 parents 7693d48 + a3ed79c commit c0d6105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function Datasets(_props) {
<TableCell>
<Stack direction={"row"} spacing={2} justifyContent="flex-end">
<Button component={RouterLink} size="small" color="primary" to={"/datasets/" + dataset.datasetUUID}>Edit</Button>
<Button size="small" color="error" onClick={() => this.remove(dataset.datasetUUID)}>Delete</Button>
<Button size="small" color="error" onClick={() => remove(dataset.datasetUUID)}>Delete</Button>
</Stack>
</TableCell>
</TableRow>
Expand Down

0 comments on commit c0d6105

Please sign in to comment.