mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Replace onUpdate with onEdit
This commit is contained in:
parent
4beec020cb
commit
b7bb5a258b
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ export default function Webhooks(): JSX.Element {
|
|||
rows={rows}
|
||||
onDelete={setOnDeleteId}
|
||||
onAdd={() => setAddModelOpen(true)}
|
||||
onUpdate={setOnEditId}
|
||||
onEdit={setOnEditWebhook}
|
||||
/>
|
||||
</PrimaryLayout>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue