minor fixes

This commit is contained in:
msramalho
2025-02-18 14:52:14 +00:00
parent d83fbd2046
commit a11e9bea77
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ pnpm-debug.log*
*.sln
*.sw?
firebase-debug.log
ui.debug.log

View File

@@ -224,7 +224,7 @@ export default {
today: new Date().toISOString().substring(0, 10),
queryAfter: null,
queryBefore: null,
queryUrl: this.$route.query.url || "https://",
queryUrl: this.$route.query.url || "",
tableSearch: "", // used to retrigger the search
loading: false,
itemsPerPage: 5,