We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dee6e6 + ef85d87 commit 6345acbCopy full SHA for 6345acb
.github/workflows/trigger-licensed-release.yml
@@ -1,10 +1,12 @@
1
name: Trigger Licensed Release
2
3
-permissions: {}
+permissions:
4
+ id-token: write
5
+ contents: read
6
7
on:
8
release:
- types: [published]
9
+ types: [created]
10
workflow_dispatch:
11
inputs:
12
release_tag:
src/app/drop-down/drop-down.sample.html
@@ -50,9 +50,9 @@
50
[value]="item.selected"
51
>
52
@if(!properties.hidePrefix) {
53
- <igx-icon slot="prefix">location_city</igx-icon>
+ <igc-icon slot="prefix" name="location_city"></igc-icon>
54
} {{ item.field }} @if(!properties.hideSuffix) {
55
- <igx-icon slot="suffix">location_on</igx-icon>
+ <igc-icon slot="suffix" name="location_on"></igc-icon>
56
}
57
</igc-dropdown-item>
58
} }
0 commit comments