Skip to content

Commit

Permalink
removing mongoversion
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-ramos committed Dec 16, 2024
1 parent 97da16b commit 0579c03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/dashboard/Settings/Fields/ManageAppFields.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const ManageAppFields = ({
dashboardAPI,
databaseURL,
parseVersion,
mongoVersion,
errors,
isGDPR,
databaseVersion,
Expand All @@ -30,8 +29,6 @@ export const ManageAppFields = ({
backendBetaUser
}) => {

const checkDB = databaseURL?.split('://')[0];

return (
<Fieldset
legend='App Management'
Expand Down Expand Up @@ -99,7 +96,7 @@ export const ManageAppFields = ({
description={
<>
<span>
{checkDB.split('+srv')[0]} {!databaseVersion ? mongoVersion : databaseVersion}
{databaseVersion}
</span>
</>
}
Expand Down

0 comments on commit 0579c03

Please sign in to comment.