diff --git a/services/frontend/src/components/Modal/network/IPam.tsx b/services/frontend/src/components/Modal/network/IPam.tsx index e9db9fa..728f760 100644 --- a/services/frontend/src/components/Modal/network/IPam.tsx +++ b/services/frontend/src/components/Modal/network/IPam.tsx @@ -50,7 +50,6 @@ const IPam = () => { [ { name: `configurations[${index}].subnet`, @@ -131,7 +130,6 @@ const IPam = () => { [ { name: `options[${index}].key`, diff --git a/services/frontend/src/components/Modal/network/Labels.tsx b/services/frontend/src/components/Modal/network/Labels.tsx index 87e5e7c..417c2b6 100644 --- a/services/frontend/src/components/Modal/network/Labels.tsx +++ b/services/frontend/src/components/Modal/network/Labels.tsx @@ -14,7 +14,6 @@ const Labels: FunctionComponent = (): ReactElement => { [ { name: `labels[${index}].key`, diff --git a/services/frontend/src/components/Modal/service/Build.tsx b/services/frontend/src/components/Modal/service/Build.tsx index 11ad356..f84429b 100644 --- a/services/frontend/src/components/Modal/service/Build.tsx +++ b/services/frontend/src/components/Modal/service/Build.tsx @@ -24,7 +24,6 @@ const Build = () => { [ { name: `build.arguments[${index}].key`, @@ -47,7 +46,6 @@ const Build = () => { [ { name: `build.labels[${index}].key`, @@ -67,7 +65,6 @@ const Build = () => { [ { name: `build.sshAuthentications[${index}].id`, @@ -90,7 +87,6 @@ const Build = () => { [ { name: `build.cacheFrom[${index}]`, @@ -105,7 +101,6 @@ const Build = () => { [ { name: `build.cacheTo[${index}]`, @@ -120,7 +115,6 @@ const Build = () => { [ { name: `build.extraHosts[${index}].hostName`, diff --git a/services/frontend/src/components/Modal/service/General.tsx b/services/frontend/src/components/Modal/service/General.tsx index d9b7392..5ee1465 100644 --- a/services/frontend/src/components/Modal/service/General.tsx +++ b/services/frontend/src/components/Modal/service/General.tsx @@ -31,7 +31,6 @@ const General = () => { [ { name: `ports[${index}].hostPort`, @@ -70,7 +69,6 @@ const General = () => { [ { name: `profiles[${index}]`, diff --git a/services/frontend/src/components/Records.tsx b/services/frontend/src/components/Records.tsx index c431233..a060873 100644 --- a/services/frontend/src/components/Records.tsx +++ b/services/frontend/src/components/Records.tsx @@ -18,7 +18,6 @@ import IconButton from "@mui/joy/IconButton"; export interface IRecordsProps { title: string; - referred: string; name: string; fields: (index: number) => IFieldType[]; newValue: any; @@ -95,7 +94,6 @@ const Records: FunctionComponent = ( ): ReactElement => { const { title, - referred, name, fields, newValue,