Skip to content

Commit fe28661

Browse files
committed
fixed broken help link on north and south service update modal
Signed-off-by: Mohd. Shariq <[email protected]>
1 parent 67d5ef9 commit fe28661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/core/north/north-task-modal/north-task-modal.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<div class="field is-grouped is-pulled-left">
178178
<div class="control">
179179
<span class="icon is-small is-tooltip-right tooltip is-pulled-left is-hovered help-icon"
180-
data-tooltip="Help" (click)="goToLink({name: category['value'][0].plugin.value, type: 'North'})">
180+
data-tooltip="Help" (click)="goToLink({name: category?.config?.plugin?.value, type: 'North'})">
181181
<i class="far fa-question-circle"></i>
182182
</span>
183183
</div>

src/app/components/core/south/south-service-modal/south-service-modal.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<div class="field is-grouped is-pulled-left">
126126
<p class="control">
127127
<span class="icon is-small is-tooltip-right tooltip is-pulled-right is-hovered help-icon"
128-
data-tooltip="Help" (click)="goToLink({name: category['value'][0].plugin.value, type: 'South'})">
128+
data-tooltip="Help" (click)="goToLink({name: category?.config?.plugin?.value, type: 'South'})">
129129
<i class="far fa-question-circle"></i>
130130
</span>
131131
</p>

0 commit comments

Comments
 (0)