Skip to content
Snippets Groups Projects
Commit 1c32e166 authored by simon.mellerin's avatar simon.mellerin
Browse files

remove useless style tag

parent 37b371fa
No related branches found
No related tags found
1 merge request!34#22 - Dataset step 1 - add optional fields + FAIR
...@@ -80,4 +80,3 @@ const dialogsVisible = ref<{ [id: string]: boolean }>( ...@@ -80,4 +80,3 @@ const dialogsVisible = ref<{ [id: string]: boolean }>(
homeCommunityActionList.reduce((a, v) => ({ ...a, [v.id]: false }), {}) homeCommunityActionList.reduce((a, v) => ({ ...a, [v.id]: false }), {})
) )
</script> </script>
<style scoped></style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment