diff --git a/.github/workflows/integrations-updater.yml b/.github/workflows/integrations-updater.yml index 8661dea9ad0..4d75f4c85f8 100644 --- a/.github/workflows/integrations-updater.yml +++ b/.github/workflows/integrations-updater.yml @@ -38,7 +38,7 @@ jobs: token: ${{ secrets.GH_ACCESS_TOKEN }} path: meshery.io - name: Run utility - run: cd meshery/scripts/component_updater; go build main.go; ./main "https://docs.google.com/spreadsheets/d/e/2PACX-1vSgOXuiqbhUgtC9oNbJlz9PYpOEaFVoGNUFMIk4NZciFfQv1ewZg8ahdrWHKI79GkKK9TbmnZx8CqIe/pub?gid=0&single=true&output=csv" --system docs layer5/src/collections/integrations meshery.io/integrations --published-only + run: cd meshery/scripts/component_updater; go build main.go; ./main "https://docs.google.com/spreadsheets/d/e/2PACX-1vSgOXuiqbhUgtC9oNbJlz9PYpOEaFVoGNUFMIk4NZciFfQv1ewZg8ahdrWHKI79GkKK9TbmnZx8CqIe/pub?gid=0&single=true&output=csv" --system docs layer5/src/collections/integrations meshery.io/integrations docs/ --published-only - name: Commit changes to Layer5.io repo uses: stefanzweifel/git-auto-commit-action@v4 with: diff --git a/ui/components/Filters.js b/ui/components/Filters.js index b45c727f6db..060cc3518da 100644 --- a/ui/components/Filters.js +++ b/ui/components/Filters.js @@ -1212,7 +1212,7 @@ function MesheryFilters({ updateProgress, user, classes, selectedK8sContexts, ca handleSubmit={handleImportFilter} title="Import Filter" submitBtnText="Import" - leftHeaderIcon={} + leftHeaderIcon={} submitBtnIcon={} /> {/* REMOVE this with its deps fetchFilters(page, pageSize, search, sortOrder) } configuration="Filter" /> */} diff --git a/ui/public/static/img/drawer-icons/filter_svg.js b/ui/public/static/img/drawer-icons/filter_svg.js index 6771f148b1e..58afa47996b 100644 --- a/ui/public/static/img/drawer-icons/filter_svg.js +++ b/ui/public/static/img/drawer-icons/filter_svg.js @@ -1,5 +1,22 @@ -const Filter = ({ fill, className, ...rest }) => ( - - ) - - export default Filter; \ No newline at end of file +const Filter = ({ fill, height, width, ...rest }) => ( + + + + + + + + + + + + +) + +export default Filter; \ No newline at end of file