mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Small fixes
This commit is contained in:
parent
5378272010
commit
bc811cbf88
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user