Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca authored and guergana committed May 2, 2024
1 parent b9ab523 commit fa56a3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/Application/Dialogs/DeleteFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function DeleteFileDialog() {
<ConfirmDialog
open={true}
title="Delete File"
description={"Are you sure you want to delete this file?"}
description={'Are you sure you want to delete this file?'}
label="Yes"
cancelLabel="No"
onCancel={() => updateState({ dialog: undefined })}
Expand Down
1 change: 0 additions & 1 deletion client/components/Application/Dialogs/DeleteFolder.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import DeleteIcon from '@mui/icons-material/Delete'
import ConfirmDialog from '../../Parts/Dialogs/Confirm'
import { useStore } from '../store'

Expand Down

0 comments on commit fa56a3b

Please sign in to comment.