Skip to content

Commit 85b751f

Browse files
committed
UI tidy up.
1 parent f8bd791 commit 85b751f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/App_Plugins/UmbracoForms.Integrations/Crm/Hubspot/hubspot-field-mapper-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dd>Paste the authorization code below and click to complete the authentication.</dd>
1616
</dl>
1717
<input type="text" placeholder="Enter authorization code" ng-model="vm.authorizationCode" />
18-
<button ng-click="vm.authorize()" ng-disabled="vm.authorizationCode === ''">Authorize</button>
18+
<umb-button type="button" disabled="vm.authorizationCode === ''" action="vm.authorize()" label="Authorize"></umb-button>
1919
</div>
2020

2121
<div ng-show="!vm.loading && vm.authorizationStatus !== 'Unauthenticated'">

0 commit comments

Comments
 (0)