mirror of
https://github.com/stashapp/stash.git
synced 2026-02-09 08:55:19 +01:00
Remove onDelete prop from StudioEditPanel usage
This commit is contained in:
parent
c512d54a3e
commit
f29bf16f5f
2 changed files with 0 additions and 2 deletions
|
|
@ -496,7 +496,6 @@ const StudioPage: React.FC<IProps> = ({ studio, tabKey }) => {
|
|||
studio={studio}
|
||||
onSubmit={onSave}
|
||||
onCancel={() => toggleEditing()}
|
||||
onDelete={onDelete}
|
||||
setImage={setImage}
|
||||
setEncodingImage={setEncodingImage}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ const StudioCreate: React.FC = () => {
|
|||
studio={studio}
|
||||
onSubmit={onSave}
|
||||
onCancel={() => history.push("/studios")}
|
||||
onDelete={() => {}}
|
||||
setImage={setImage}
|
||||
setEncodingImage={setEncodingImage}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue