Skip to content

Commit

Permalink
wc - Add divider to actions. #TASK-7220, #TASK-7100
Browse files Browse the repository at this point in the history
Signed-off-by: gpveronica <veronica.zettagenomics@gmail.com>
  • Loading branch information
gpveronica committed Feb 4, 2025
1 parent 34032ee commit 3f7f6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webcomponents/file/file-data-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ debugger
${action.title ? `${action.title}` : ""}
</a>
</li>
${action.divider ? `<li><hr class="dropdown-divider"></li>` : ""}
`;
}).join("")}
</ul>
Expand Down

0 comments on commit 3f7f6a9

Please sign in to comment.