mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Various cleanup
This commit is contained in:
parent
c5f551e963
commit
4167af098f
7 changed files with 1 additions and 16 deletions
|
|
@ -136,7 +136,6 @@ export const ShuffleAllModal = ({
|
|||
/>
|
||||
<Group grow>
|
||||
<NumberInput
|
||||
disabled={!enableMinYear}
|
||||
label="From year"
|
||||
max={2050}
|
||||
min={1850}
|
||||
|
|
@ -152,7 +151,6 @@ export const ShuffleAllModal = ({
|
|||
/>
|
||||
|
||||
<NumberInput
|
||||
disabled={!enableMaxYear}
|
||||
label="To year"
|
||||
max={2050}
|
||||
min={1850}
|
||||
|
|
@ -180,7 +178,6 @@ export const ShuffleAllModal = ({
|
|||
label="Music folder"
|
||||
value={musicFolderId}
|
||||
onChange={(e) => {
|
||||
console.log('e :>> ', e);
|
||||
setStore({ musicFolderId: e ? String(e) : '' });
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue