Skip to content

Commit b8b4192

Browse files
Danny ShinDanny Shin
authored andcommitted
redact changes for part 2
1 parent b378c82 commit b8b4192

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/chem-sync-local-flask/local_app/benchling_app/views/completed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def _completed_blocks() -> list[UiBlock]:
4242
type=MarkdownUiBlockType.MARKDOWN,
4343
value="The chemical has been synced into Benchling! Please follow procedures for next steps.",
4444
),
45-
]
45+
]

examples/chem-sync-local-flask/local_app/benchling_app/views/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Button IDs for routing actions
22
SEARCH_BUTTON_ID = "search_button"
33
CREATE_BUTTON_ID = "create_button"
4-
ARCHIVE_BUTTON_ID = "archive_button"
54
CANCEL_BUTTON_ID = "cancel_button"
65

76
# Inputs we want to gather data from, submitted by the user

0 commit comments

Comments
 (0)