Skip to content

Commit

Permalink
chore: remove default filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Nov 11, 2024
1 parent 9bedfe2 commit e51a32c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-11-08T09:09:58.739Z\n"
"PO-Revision-Date: 2024-11-08T09:09:58.740Z\n"
"POT-Creation-Date: 2024-11-11T12:39:32.386Z\n"
"PO-Revision-Date: 2024-11-11T12:39:32.387Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down Expand Up @@ -306,8 +306,8 @@ msgstr "Data set"
msgid "Search by name, code or ID"
msgstr "Search by name, code or ID"

msgid "Indicator"
msgstr "Indicator"
msgid "Indicator Type"
msgstr "Indicator Type"

msgid "Public access"
msgstr "Public access"
Expand Down Expand Up @@ -483,6 +483,9 @@ msgstr "Data set notification template"
msgid "Data set notification templates"
msgstr "Data set notification templates"

msgid "Indicator"
msgstr "Indicator"

msgid "Indicators"
msgstr "Indicators"

Expand Down
2 changes: 1 addition & 1 deletion src/pages/indicators/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from 'react'
import { DefaultSectionList } from '../DefaultSectionList'

export const Component = () => (
<DefaultSectionList filters={['name:ne:default']} />
<DefaultSectionList />
)

0 comments on commit e51a32c

Please sign in to comment.