kopia lustrzana https://github.com/cheeaun/phanpy
Turns out, still change CW when editing
rodzic
88297fa17e
commit
7e869949e2
|
@ -781,7 +781,7 @@ function Compose({
|
|||
name="sensitive"
|
||||
type="checkbox"
|
||||
checked={sensitive}
|
||||
disabled={uiState === 'loading' || !!editStatus}
|
||||
disabled={uiState === 'loading'}
|
||||
onChange={(e) => {
|
||||
const sensitive = e.target.checked;
|
||||
setSensitive(sensitive);
|
||||
|
|
Ładowanie…
Reference in New Issue