fix(ui): do not require numeric value in FormattedRelativeTime (#1234)

This commit is contained in:
TheCatLady
2021-03-21 01:00:55 -04:00
committed by GitHub
parent f2f477649e
commit 3642b1e84a
4 changed files with 4 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ const SettingsJobs: React.FC = () => {
1000
)}
updateIntervalInSeconds={1}
numeric="auto"
/>
</div>
</Table.TD>