From bae43249b205904ad1e14688c7649c59d7bf9858 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 2 Jul 2022 18:50:04 +0200 Subject: [PATCH] Block error status code fix --- frontend/src/app/components/block/block.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 1216ecc30..554be34e8 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -358,7 +358,7 @@
Error loading data.

- {{ error.code }}: {{ error.error }} + {{ error.status }}: {{ error.error }}