mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
fix(releases): add null handling for new fields (#1892)
* fix(web): react fragment props warnings * fix(releases): handle new NULL values
This commit is contained in:
parent
9ae798c99a
commit
0cf704dba3
5 changed files with 13 additions and 10 deletions
|
@ -278,10 +278,10 @@ function DeleteReleases() {
|
|||
{[
|
||||
{
|
||||
label: (
|
||||
<>
|
||||
<span>
|
||||
Older than:
|
||||
<span className="text-red-600 dark:text-red-500"> *</span>
|
||||
</>
|
||||
</span>
|
||||
),
|
||||
content: <AgeSelect duration={duration} setDuration={setDuration} setParsedDuration={setParsedDuration}/>
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue