Skip to content

Commit

Permalink
webui: tests are expecting #mount-point-mapping-table-row-{rowId}-for…
Browse files Browse the repository at this point in the history
…mat selector
  • Loading branch information
KKoukiou committed Aug 8, 2023
1 parent 57da368 commit e4a617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/src/components/storage/MountPointMapping.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const FormatColumn = ({ deviceData, handleRequestChange, idPrefix, request, requ
};

return (
<Flex>
<Flex id={idPrefix}>
{!isRootMountPoint &&
<FormatSwitch />}
{isRootMountPoint &&
Expand Down

0 comments on commit e4a617f

Please sign in to comment.