Skip to content

Commit

Permalink
Merge branch 'main' into 4522-capture-nr-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl authored Sep 20, 2024
2 parents 3de10b4 + 5e468c4 commit 731e442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/file-browser/VisibilitySelector.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<ff-dropdown :disabled="isDisabled" data-el="visibility-selector">
<ff-dropdown :disabled="isDisabled" data-el="visibility-selector" class="visibility-selector">
<template #placeholder>
<div v-if="isCurrentFolderPublic" class="flex gap-2"><GlobeAltIcon class="ff-icon" /> Public</div>
<div v-else class="flex gap-2"><ProjectIcon class="ff-icon" /> Node-RED Only</div>
Expand Down Expand Up @@ -134,7 +134,7 @@ export default {
</script>
<style lang="scss">
.ff-dropdown {
.ff-dropdown.visibility-selector {
min-width: 130px;
.ff-dropdown-selected {
Expand Down

0 comments on commit 731e442

Please sign in to comment.