Small fixes

This commit is contained in:
IRBorisov 2024-06-05 21:59:03 +03:00
parent 5378272010
commit bc811cbf88
2 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,6 @@
*/ */
import { ILibraryItemData } from './library'; import { ILibraryItemData } from './library';
import { UserID } from './user';
/** /**
* Represents backend data for Schema of Synthesis Operations. * Represents backend data for Schema of Synthesis Operations.
@ -16,8 +15,5 @@ export interface IOperationSchemaData extends ILibraryItemData {
* Represents Schema of Synthesis Operations. * Represents Schema of Synthesis Operations.
*/ */
export interface IOperationSchema extends IOperationSchemaData { export interface IOperationSchema extends IOperationSchemaData {
subscribers: UserID[];
editors: UserID[];
producedData: number[]; // TODO: modify this to store calculated state on load producedData: number[]; // TODO: modify this to store calculated state on load
} }

View File

@ -119,7 +119,7 @@ function FormRSForm({ id, isModified, setIsModified }: FormRSFormProps) {
toggleReadOnly={() => setReadOnly(prev => !prev)} toggleReadOnly={() => setReadOnly(prev => !prev)}
controller={controller} controller={controller}
/> />
<Label text='Версия' className='mb-2' /> <Label text='Версия' className='mb-2 select-none' />
<SelectVersion <SelectVersion
id='schema_version' id='schema_version'
className='select-none' className='select-none'