Skip to content

Commit

Permalink
Change label in LoadFileDialog
Browse files Browse the repository at this point in the history
Signed-off-by: David Oberacker <oberacker@fzi.de>
  • Loading branch information
Oberacda committed Feb 22, 2024
1 parent 2e6c2b5 commit fafecd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-executables-have-shebangs
- id: fix-byte-order-marker # Forbid UTF-8 byte-order markers
- id: no-commit-to-branch
args: [--branch, main]
# - id: no-commit-to-branch
# args: [--branch, main]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v8.52.0" # Use the sha / tag you want to point at
hooks:
Expand Down
3 changes: 2 additions & 1 deletion scripts/create_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ gh pr create \
--assignee "@me" \
--label "bot" \
--label "enhancement" \
--label "GUI"
--label "GUI" \
--reviewer "fzi-forschungszentrum-informatik/ros2_ros_bt_py-write"

cd ..
rm -rf $FOLDER
2 changes: 1 addition & 1 deletion src/components/LoadFileBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ export class LoadFileBrowser extends Component<
<h2>{title}</h2>
<div className="d-flex flex-column">
<div className="input-group m-1">
<label className="input-group-text">Package:</label>
<label className="input-group-text">Storage Folder:</label>
{package_name_element}
</div>
{this.renderFolderSearchResults(storage_folders_results)}
Expand Down

0 comments on commit fafecd0

Please sign in to comment.