We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afbf10 commit dffc9cbCopy full SHA for dffc9cb
2 files changed
build.sbt
@@ -1,7 +1,7 @@
1
import com.typesafe.sbt.GitBranchPrompt
2
3
name := "search-management-ui"
4
-version := "4.3.1"
+version := "4.3.2"
5
maintainer := "Contact productful.io <hello@productful.io>"
6
7
scalaVersion := "2.13.14"
frontend/src/app/components/rules-panel/rules-list/rules-list.component.html
@@ -76,7 +76,7 @@
76
77
<div ngbDropdownMenu aria-labelledby="actionsDropdown">
78
<button ngbDropdownItem
79
- [disabled]="listItem.itemType.toString() !== 'Rule*Management'"
+ [disabled]="listItem.itemType.toString() !== 'RuleManagement'"
80
(click)="copyRuleItem(listItem.id, $event)"
81
>
82
<i class="fa fa-clone mr-3"></i>Copy to
0 commit comments