KI-AGENT: Verbinden-Button für Bankkonten repariert
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 1m2s
Build and Push Docker Images / build-website (push) Successful in 37s
Build and Push Docker Images / build-frontend (push) Successful in 1m58s
Build and Push Docker Images / build-central-services-api (push) Successful in 36s
Build and Push Docker Images / build-central-services-admin (push) Successful in 35s
Build and Push Docker Images / build-docs (push) Successful in 35s
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 1m2s
Build and Push Docker Images / build-website (push) Successful in 37s
Build and Push Docker Images / build-frontend (push) Successful in 1m58s
Build and Push Docker Images / build-central-services-api (push) Successful in 36s
Build and Push Docker Images / build-central-services-admin (push) Successful in 35s
Build and Push Docker Images / build-docs (push) Successful in 35s
This commit is contained in:
@@ -43,7 +43,8 @@ const generateLink = async (bankId) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.error(error)
|
||||||
|
toast.add({title: "Die Bankverbindung konnte nicht gestartet werden", color: "error"})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -136,7 +137,7 @@ setupPage()
|
|||||||
color="primary"
|
color="primary"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
class="mt-3"
|
class="mt-3"
|
||||||
:actions="[{ variant: 'solid', color: 'primary', label: 'Verbinden',click: generateLink }]"
|
:actions="[{ variant: 'solid', color: 'primary', label: 'Verbinden', onClick: () => generateLink() }]"
|
||||||
/>
|
/>
|
||||||
<UAlert
|
<UAlert
|
||||||
v-else-if="showAlert && !bankData.id"
|
v-else-if="showAlert && !bankData.id"
|
||||||
|
|||||||
Reference in New Issue
Block a user