fix: 🐛
This commit is contained in:
parent
c09c002471
commit
5f2f63696b
3 changed files with 21 additions and 9 deletions
|
|
@ -24,8 +24,11 @@ export default function SaveButton({
|
|||
|
||||
setPushing(true)
|
||||
const event = createRelayListDraftEvent(mailboxRelays)
|
||||
console.log('Saving mailbox relays:', event)
|
||||
const relayListEvent = await publish(event)
|
||||
console.log('Published relay list event:', relayListEvent)
|
||||
await updateRelayListEvent(relayListEvent)
|
||||
|
||||
toast({
|
||||
title: 'Save Successful',
|
||||
description: 'Successfully saved mailbox relays'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue