From 46300adb6b4af3ec559d84ec95bad84fd0de2160 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Mon, 29 Apr 2024 23:49:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20front:=20forgot=20a=20spot=20of?= =?UTF-8?q?=20red=20access=20level=20(#50)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/views/client/body/drive/modals/public-link/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/tdrive/frontend/src/app/views/client/body/drive/modals/public-link/index.tsx b/tdrive/frontend/src/app/views/client/body/drive/modals/public-link/index.tsx index 6817f717..834c584a 100644 --- a/tdrive/frontend/src/app/views/client/body/drive/modals/public-link/index.tsx +++ b/tdrive/frontend/src/app/views/client/body/drive/modals/public-link/index.tsx @@ -74,6 +74,7 @@ const ChangePublicLinkAccessLevelRow = (props: { className='!p-0 leading-tight text-end !pr-8 border-none bg-transparent dark:bg-transparent' disabled={props.disabled} size={'sm'} + noRedBobMode={true} level={props.level} hiddenLevels={['remove']} onChange={props.onChange}