Skip to content

Commit

Permalink
WIP - thanks, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Nov 17, 2023
1 parent 075e3ea commit 4a5b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storaged/partitions/partition-table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function make_partition_pages(parent, block) {
page_name: _("Extended partition"),
page_size: <StorageSize size={partition.size} />,
actions: [
{ title: _("Delete"), action: () => delete_partition(partition.block, page), danger: true },
{ title: _("Delete"), action: () => delete_partition(partition.block, card), danger: true },
]
});
const page = new_page(parent, card);
Expand Down

0 comments on commit 4a5b49e

Please sign in to comment.