mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
Fix linter errors in LayoutDataProvider and AllSearchSpacesSheet
This commit is contained in:
parent
b6ddc233db
commit
4a2f62be1f
2 changed files with 6 additions and 11 deletions
|
|
@ -217,7 +217,7 @@ export function AllSearchSpacesSheet({
|
|||
<AlertDialogHeader>
|
||||
<AlertDialogTitle>{t("delete_title")}</AlertDialogTitle>
|
||||
<AlertDialogDescription>
|
||||
{t("delete_confirm", { name: spaceToDelete?.name })}
|
||||
{t("delete_confirm", { name: spaceToDelete?.name ?? "" })}
|
||||
</AlertDialogDescription>
|
||||
</AlertDialogHeader>
|
||||
<AlertDialogFooter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue