Skip to content

Commit

Permalink
Add third transfer task
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Jun 26, 2024
1 parent 7f7a05d commit 27597bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/penai/registries/variation_transfer_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,10 @@ class VariationTransferTasks(StaticCollection):
ShapeReferences.gv_button_danger,
],
)
gv_textarea = VariationTransferTask(
ShapeVariationTemplates.gv_button_hover,
gv_input_field = VariationTransferTask(
ShapeVariationTemplates.gv_input_field,
[
ShapeReferences.gv_button_plus_icon,
ShapeReferences.gv_button_icon,
ShapeReferences.gv_button_danger,
ShapeReferences.gv_textarea_rest,
],
)

Expand Down

0 comments on commit 27597bf

Please sign in to comment.