Skip to content

Commit

Permalink
fix: placeholder for Connector FE URL (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja authored Mar 15, 2024
1 parent e33e580 commit f7d4a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Patch

- Fixed the placeholder for the connector Frontend URL ([#86](https://github.com/sovity/authority-portal/issues/86))

### Known issues

### Deployment Migration Notes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class ConnectorUrlInputComponent {
ctrlId = 'connector-url-' + Math.random().toString(36).substring(7);

@Input()
urlSuffix = '/api/dsp';
urlSuffix = '';

@Input({transform: booleanAttribute})
required = true;
Expand Down

0 comments on commit f7d4a60

Please sign in to comment.