This commit is contained in:
lingdocs 2022-07-19 15:31:53 -05:00
parent bfc884b07b
commit ff4275e612
1 changed files with 5 additions and 5 deletions

View File

@ -384,10 +384,6 @@ function Wordlist({ options, wordlist, isolateEntry, optionsDispatch }: {
<p>Delete:</p>
<ButtonSelect
options={[
{
label: "ALL words",
value: "0",
},
{
label: "Older than 1 Month",
value: "1",
@ -397,9 +393,13 @@ function Wordlist({ options, wordlist, isolateEntry, optionsDispatch }: {
value: "6",
},
{
label: "Orlder than 1 Year",
label: "Older than 1 Year",
value: "12",
},
{
label: "ALL words",
value: "0",
},
]}
value={monthsBackToKeep.toString()}
handleChange={(p: string) => {