Skip to content

Commit

Permalink
Removed unfinished ui and added clearer todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Mar 25, 2024
1 parent 2b45602 commit fbd90ee
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,7 @@ function DeleteButton({ finding, name }: { finding: UUID; name: string }) {
<div className="popup-content pane danger" style={{ width: "70ch", backgroundColor: "rgba(30,0,0,0.25)" }}>
<div className="workspace-setting-popup">
<h2 className="heading neon">Are you sure you want to delete the finding definition "{name}"?</h2>
<div>
<p>The following findings will be deleted due to this:</p>
<ul>
<li>TODO</li>
</ul>
</div>
{/* TODO: list all findings affected by this deletion [waiting for backend] */}
<button
className="button workspace-settings-red-button"
type="reset"
Expand Down

0 comments on commit fbd90ee

Please sign in to comment.