We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed0c8d commit 0597ea2Copy full SHA for 0597ea2
src/components/databrowser/components/display/delete-alert-dialog.tsx
@@ -35,7 +35,8 @@ export function DeleteAlertDialog({
35
{deletionType === "item" ? "Delete Item" : "Delete Key"}
36
</AlertDialogTitle>
37
<AlertDialogDescription className="mt-5">
38
- Are you sure you want to delete this {deletionType}? This action cannot be undone.
+ Are you sure you want to delete this {deletionType}?<br />
39
+ This action cannot be undone.
40
</AlertDialogDescription>
41
</AlertDialogHeader>
42
<AlertDialogFooter>
0 commit comments