B: Open OSS for public

This commit is contained in:
Ivan 2024-09-02 18:42:05 +03:00
parent 64076ec7d2
commit a2882777aa
2 changed files with 5 additions and 7 deletions

View File

@ -165,12 +165,10 @@ function FormCreateItem() {
value={alias}
onChange={event => setAlias(event.target.value)}
/>
{user?.is_staff ? (
<div className='flex flex-col items-center gap-2'>
<Label text='Тип схемы' className='self-center select-none' />
<SelectItemType value={itemType} onChange={setItemType} />
</div>
) : null}
<div className='flex flex-col items-center gap-2'>
<Label text='Тип схемы' className='self-center select-none' />
<SelectItemType value={itemType} onChange={setItemType} />
</div>
<div className='flex flex-col gap-2'>
<Label text='Доступ' className='self-center select-none' />

View File

@ -34,7 +34,7 @@ export const PARAMETER = {
statSmallThreshold: 3, // characters - threshold for small labels - small font
logicLabel: 'LOGIC',
exteorVersion: '4.9.3',
exteorVersion: '4.9.4',
TOOLTIP_WIDTH: 'max-w-[29rem]'
};