diff --git a/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx b/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx index 5a1cee5..2c670bd 100644 --- a/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx +++ b/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx @@ -370,126 +370,6 @@ export default function PortfolioSettings({ // 4) Create the API return ( - //
- //
- // {/* Row 1: Name */} - //
- // Change the Portfolio Name: - //
- //
- // - //
- //
- // - //
- //
- - // {/* Row 2: Budget */} - //
- // Portfolio Budget:
- // Total Budget across ALL Properties. We aim to make sure works stay within this budget. - //
- //
- // handleNumericKeyDown(e)} - // /> - //
- //
- // - //
- //
- - // {/* Row 3: Goal */} - //
- // Goal:
- // Adjust the overall aim of the works conducted on this portfolio. - //
- //
- // - //
- //
- // - //
- //
- - // {/* Row 4: Status */} - - //
- // Status:
- // Adjust where the portfolio stands in the works pipeline. - //
- //
- // - //
- //
- // - //
- //
- - // {/* Row 5: Delete */} - //
- //
DANGER ZONE - Permanently Delete the Entire Portfolio
- //
- // - //
- //
- //
- - // {/* Delete portfolio modal */} - // - // - // Are you sure? - //

- // To confirm, please type the name of the portfolio ( - // {portfolioSettingsData.name}) - //

- // setDeleteConfirmationByName(e.target.value)} - // placeholder="Type portfolio name" - // /> - // - // - // - // - //
- //
- //