Skip to content

Commit

Permalink
onAddLayerUrl includes layerToken
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Saccoccia committed Sep 25, 2024
1 parent b52e6a6 commit 9b4bbaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h3 matDialogTitle>Layers</h3>
<mat-dialog-actions align="end">
<button mat-button matDialogClose>CANCEL</button>
<button [disabled]="isSaveDisabled()" mat-flat-button color="primary" matDialogClose
(click)="onAddLayerUrl(layerUrl.value, layers)">SAVE</button>
(click)="onAddLayerUrl(layerUrl.value, layerToken.value, layers)">SAVE</button>
</mat-dialog-actions>
</ng-template>
<ng-template #deleteLayerDialog let-data>
Expand Down

0 comments on commit 9b4bbaf

Please sign in to comment.