feat: improve design in edit service modal

This commit is contained in:
Manuel Ruwe
2022-12-06 20:48:35 +01:00
parent d7bec26ee2
commit b28547777f
11 changed files with 112 additions and 49 deletions

View File

@@ -11,7 +11,7 @@ export interface ServiceType extends TileBaseType {
}
interface ServiceBehaviourType {
onClickUrl?: string;
onClickUrl: string;
isOpeningNewTab: boolean;
}