Skip to content

Commit

Permalink
PMM-12545 fix import for dump
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 committed Nov 28, 2023
1 parent ecf46e0 commit 05ad933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions .betterer.results
Original file line number Diff line number Diff line change
Expand Up @@ -5762,30 +5762,6 @@ exports[`better eslint`] = {
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
[0, 0, 0, "Unexpected any. Specify a different type.", "1"]
],
"public/app/percona/dbaas/components/DBCluster/DBCluster.service.utils.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"],
[0, 0, 0, "Do not use any type assertions.", "1"]
],
"public/app/percona/dbaas/components/DBCluster/DBClusterLogsModal/DBClusterLogsModal.utils.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"],
[0, 0, 0, "Do not use any type assertions.", "1"],
[0, 0, 0, "Do not use any type assertions.", "2"]
],
"public/app/percona/dbaas/components/DBCluster/EditDBClusterPage/hooks/useEditDBClusterFormSubmit.ts:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
[0, 0, 0, "Unexpected any. Specify a different type.", "1"]
],
"public/app/percona/dbaas/components/DBCluster/ResourcesBar/ResourcesBar.utils.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"]
],
"public/app/percona/dbaas/components/Kubernetes/ColumnRenderers/ColumnRenderers.tsx:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],
"public/app/percona/dbaas/components/Kubernetes/ManageComponentsVersionsModal/ManageComponentsVersions.utils.tsx:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"],
[0, 0, 0, "Do not use any type assertions.", "1"],
[0, 0, 0, "Do not use any type assertions.", "2"]
],
"public/app/percona/inventory/Tabs/Services/ClusterItem.tsx:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"]
],
Expand Down Expand Up @@ -5826,9 +5802,6 @@ exports[`better eslint`] = {
"public/app/percona/shared/components/Form/MultiCheckbox/MultiCheckboxField.types.ts:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],
"public/app/percona/shared/core/reducers/dbaas/addDBCluster/addDBCluster.types.ts:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],
"public/app/percona/shared/helpers/cron/cron.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"],
[0, 0, 0, "Unexpected any. Specify a different type.", "1"]
Expand Down
2 changes: 1 addition & 1 deletion public/app/percona/pmm-dump/PMMDump.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { Page } from 'app/core/components/Page/Page';
import { DATA_INTERVAL } from 'app/percona/backup/components/BackupInventory/BackupInventory.constants';
import { DetailedDate } from 'app/percona/backup/components/DetailedDate';
import { useRecurringCall } from 'app/percona/backup/hooks/recurringCall.hook';
import { Action } from 'app/percona/dbaas/components/MultipleActions';
import { DumpStatus, DumpStatusColor, DumpStatusText, PMMDumpServices } from 'app/percona/pmm-dump/PmmDump.types';
import { DetailsRow } from 'app/percona/shared/components/Elements/DetailsRow/DetailsRow';
import { Action } from 'app/percona/shared/components/Elements/MultipleActions';
import { ExtendedColumn, FilterFieldTypes, Table } from 'app/percona/shared/components/Elements/Table';
import { usePerconaNavModel } from 'app/percona/shared/components/hooks/perconaNavModel';
import {
Expand Down

0 comments on commit 05ad933

Please sign in to comment.