Skip to content

Commit

Permalink
chore: remove delete from filter
Browse files Browse the repository at this point in the history
We haven't this status implemented yet

Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Nov 5, 2024
1 parent a417d3d commit 430b947
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/views/FilesList/FileListFilter/FileListFilterStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<script>
import { mdiListStatus } from '@mdi/js'
import svgDelete from '@mdi/svg/svg/delete.svg?raw'
import svgFile from '@mdi/svg/svg/file.svg?raw'
import svgFractionOneHalf from '@mdi/svg/svg/fraction-one-half.svg?raw'
import svgSignatureFreehand from '@mdi/svg/svg/signature-freehand.svg?raw'
Expand Down Expand Up @@ -80,11 +79,6 @@ export default {
icon: colorize(svgSignatureFreehand, '#A0C4FF'),
label: t('libresign', 'signed'),
},
{
id: 4,
icon: colorize(svgDelete, '#FFB2B2'),
label: t('libresign', 'deleted'),
},
],
}
},
Expand Down

0 comments on commit 430b947

Please sign in to comment.