This commit is contained in:
Dennis
2022-09-10 16:50:08 +02:00
parent 175b104ebc
commit 6e1b7613e4

View File

@@ -167,7 +167,9 @@ export default {
this.$refs.search.blur();
}
this.$inertia.get(url);
if (url && typeof url === 'string') {
this.$inertia.get(url);
}
},
isNotInputElement(event) {