Skip to content

Commit f63758d

Browse files
committed
fix: build
1 parent 334d758 commit f63758d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/src/angular/i18n/messages.de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"imageQueryPrompt": "Image prompt",
4848
"tableSearchHeading": "Table Search",
4949
"tableSearchDataImport": "A new DB instance needs a data import first.",
50-
"tableSearchImportData": " Import Data "
50+
"tableSearchImportData": " Import Data ",
51+
"reset": "Reset"
5152
}
5253
}

frontend/src/angular/src/app/function-search/function-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
@if (!!responseText) {
6464
<p class="result-text">{{responseText}}</p>
6565
}
66-
@if (!!responseJson?.at(0)?.value1) {
66+
@if (!!responseJson.at(0)?.value1) {
6767
<p class="result-text">
6868
<!-- {{responseJson | json}} -->
6969
<mat-tree

0 commit comments

Comments
 (0)