fix: reset correct loading state after manual transaction processing
The finally block was resetting runningTestTransaction instead of processingSpecificTransaction, causing the button to stay in loading state after processing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ab4e3d6b12
commit
8d94dcc2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ window.app = Vue.createApp({
|
|||
} catch (error) {
|
||||
LNbits.utils.notifyApiError(error)
|
||||
} finally {
|
||||
this.runningTestTransaction = false
|
||||
this.processingSpecificTransaction = false
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue