Uncomment twitter input field for portals

This commit is contained in:
Alex Martzios 2021-10-21 12:45:49 +03:00
parent 6f26aa0f89
commit 0b85dfba03
1 changed files with 2 additions and 2 deletions

View File

@ -103,9 +103,9 @@
type="text" placeholder="Write piwik id of portal"
label="Piwik id">
</div>
<!-- <div *ngIf="properties.environment == 'development'" dashboard-input [formInput]="portalForm.get('twitterAccount')" type="text"
<div *ngIf="properties.environment == 'development'" dashboard-input [formInput]="portalForm.get('twitterAccount')" type="text"
placeholder="Write twitter account of portal" label="Twitter Account">
</div> -->
</div>
<input type="hidden" formControlName="_id">
</form>