mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
Turns out, still change CW when editing
This commit is contained in:
parent
88297fa17e
commit
7e869949e2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue