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

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,