🔀 Merge branch 'dev' into feature/add-basic-authentication

This commit is contained in:
Manuel
2023-07-29 14:50:31 +02:00
46 changed files with 204 additions and 4163 deletions

View File

@@ -71,7 +71,7 @@ export const EditAppModal = ({
behaviour: {
externalUrl: (url: string) => {
if (url === undefined || url.length < 1) {
return null;
return 'External URI is required';
}
if (!url.match(appUrlWithAnyProtocolRegex)) {

View File

@@ -101,7 +101,7 @@ export const AvailableElementTypes = ({
},
behaviour: {
isOpeningNewTab: true,
externalUrl: '',
externalUrl: 'https://homarr.dev',
},
area: {