chore: always show visibility label

pull/4757/head
johnnyjoy 4 months ago
parent 8d9396247b
commit c84dcddbf6

@ -49,7 +49,7 @@ const VisibilitySelector = (props: Props) => {
type="button" type="button"
> >
<VisibilityIcon className="w-3 h-3" visibility={value} /> <VisibilityIcon className="w-3 h-3" visibility={value} />
<span className="hidden sm:inline">{currentOption?.label}</span> <span>{currentOption?.label}</span>
<ChevronDownIcon className="w-3 h-3 opacity-60" /> <ChevronDownIcon className="w-3 h-3 opacity-60" />
</button> </button>
</PopoverTrigger> </PopoverTrigger>

Loading…
Cancel
Save