feat: showing service class name in browser tab and on top of the frontend page

This commit is contained in:
Mose Müller
2024-07-04 12:19:19 +02:00
parent 6f3910efd0
commit 639161d373
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,7 @@ import { SerializedValue } from '../components/GenericComponent';
export type State = {
type: string;
name: string;
value: Record<string, SerializedValue> | null;
readonly: boolean;
doc: string | null;