Skip to content
Snippets Groups Projects
Commit 3e29e720 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Fix typo title foldseek modal

parent 1867cb6e
No related branches found
No related tags found
1 merge request!203Foldseek pages
Pipeline #121244 passed
...@@ -5,7 +5,7 @@ interface Props { ...@@ -5,7 +5,7 @@ interface Props {
title: string title: string
} }
const props = withDefaults(defineProps<Props>(), { title: "Foldseed Search" }); const props = withDefaults(defineProps<Props>(), { title: "Result of Foldseek search" });
const { width, height } = useDisplay() const { width, height } = useDisplay()
const dialog = ref(false) const dialog = ref(false)
const iframe = ref() const iframe = ref()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment