mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Remove redundant h from 12 hour time in settings page.
This commit is contained in:
parent
d8ad33ff77
commit
5bb2b57a4e
1 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ const SettingsPage = () => {
|
|||
|
||||
// Add a new state to track the dialog type
|
||||
const [rehashDialogType, setRehashDialogType] = useState(null); // 'save' or 'rehash'
|
||||
|
||||
|
||||
// Store pending changed settings when showing the dialog
|
||||
const [pendingChangedSettings, setPendingChangedSettings] = useState(null);
|
||||
|
||||
|
|
@ -329,7 +329,7 @@ const SettingsPage = () => {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Clear the pending values
|
||||
setPendingChangedSettings(null);
|
||||
};
|
||||
|
|
@ -411,7 +411,7 @@ const SettingsPage = () => {
|
|||
data={[
|
||||
{
|
||||
value: '12h',
|
||||
label: '12h hour time',
|
||||
label: '12 hour time',
|
||||
},
|
||||
{
|
||||
value: '24h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue