Skip to content

Commit 24db5a7

Browse files
committed
fix(keppel): fix copy-paste error
1 parent 03d8ebc commit 24db5a7

File tree

1 file changed

+1
-1
lines changed
  • plugins/keppel/app/javascript/widgets/app/components/gc_policies

1 file changed

+1
-1
lines changed

plugins/keppel/app/javascript/widgets/app/components/gc_policies/row.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const GCPoliciesEditRow = ({
145145
<>
146146
{" but not regex "}
147147
<TextInput
148-
value={policy.match_tag}
148+
value={policy.except_tag}
149149
isEditable={isEditable}
150150
onChange={(e) => {
151151
setPolicyAttribute(index, "except_tag", e.target.value)

0 commit comments

Comments
 (0)