remove spaces

This commit is contained in:
Niels Lyngsø
2023-04-27 14:35:23 +02:00
parent fc483fca21
commit 9dceffa8e1

View File

@@ -12,8 +12,6 @@ export class UmbAllowedDocumentTypesModalElement extends UmbModalBaseElement<
UmbAllowedDocumentTypesModalData,
UmbAllowedDocumentTypesModalResult
> {
#documentTypeRepository = new UmbDocumentTypeRepository(this);
@state()
@@ -60,7 +58,7 @@ export class UmbAllowedDocumentTypesModalElement extends UmbModalBaseElement<
</umb-body-layout>
`;
}
static styles = [UUITextStyles];
}