mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
9cae635647
commit
4bc21c493b
8 changed files with 12 additions and 13 deletions
|
|
@ -119,7 +119,7 @@ export const exitSiYuan = () => {
|
|||
});
|
||||
};
|
||||
|
||||
export const transactionError = (data: { code: number, data: string }) => {
|
||||
export const transactionError = () => {
|
||||
if (document.getElementById("transactionError")) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue