diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 500bb656d9d1..575a6a0f9a31 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -54,4 +54,6 @@ jobs: - name: Run mypy checks run: tox -e mypy - uses: psf/black@stable + with: + version: "23.3.0" - uses: isort/isort-action@master diff --git a/client/src/components/Panels/Common/ToolPanelLabel.vue b/client/src/components/Panels/Common/ToolPanelLabel.vue index 36dc2f47b571..791925ac8d75 100644 --- a/client/src/components/Panels/Common/ToolPanelLabel.vue +++ b/client/src/components/Panels/Common/ToolPanelLabel.vue @@ -1,12 +1,7 @@ @@ -21,11 +16,6 @@ export default { required: true, }, }, - data() { - return { - hover: false, - }; - }, computed: { description() { return this.definition.description; @@ -33,3 +23,19 @@ export default { }, }; + + diff --git a/client/src/components/Panels/Common/ToolPanelLinks.vue b/client/src/components/Panels/Common/ToolPanelLinks.vue index 7f394352d752..1c05744b8fd4 100644 --- a/client/src/components/Panels/Common/ToolPanelLinks.vue +++ b/client/src/components/Panels/Common/ToolPanelLinks.vue @@ -1,7 +1,8 @@ @@ -18,9 +19,7 @@ export default { props: { links: { type: Object, - }, - show: { - type: Boolean, + default: () => ({}), }, }, computed: { diff --git a/client/src/components/Panels/Common/ToolSection.vue b/client/src/components/Panels/Common/ToolSection.vue index f11b29e44065..ddb630f6d087 100644 --- a/client/src/components/Panels/Common/ToolSection.vue +++ b/client/src/components/Panels/Common/ToolSection.vue @@ -3,22 +3,21 @@
+ :title="title"> {{ name }} - +