{
>
{/* dates */}
-
+
{/* projects */}
diff --git a/apps/web/ee/components/initiatives/components/labels/initiative-label-dropdown.tsx b/apps/web/ee/components/initiatives/components/labels/initiative-label-dropdown.tsx
index 09dc2d987c..59304eee69 100644
--- a/apps/web/ee/components/initiatives/components/labels/initiative-label-dropdown.tsx
+++ b/apps/web/ee/components/initiatives/components/labels/initiative-label-dropdown.tsx
@@ -21,13 +21,6 @@ export type TInitiativeLabelDropdownProps = {
value: string[];
onChange?: (value: string[]) => void;
disabled?: boolean;
- buttonVariant?:
- | "border-with-text"
- | "border-without-text"
- | "background-with-text"
- | "background-without-text"
- | "transparent-with-text"
- | "transparent-without-text";
buttonClassName?: string;
className?: string;
tabIndex?: number;
diff --git a/apps/web/ee/components/initiatives/components/states/initiative-state-dropdown.tsx b/apps/web/ee/components/initiatives/components/states/initiative-state-dropdown.tsx
index 732693f7b8..4b05ffc3a9 100644
--- a/apps/web/ee/components/initiatives/components/states/initiative-state-dropdown.tsx
+++ b/apps/web/ee/components/initiatives/components/states/initiative-state-dropdown.tsx
@@ -16,13 +16,6 @@ export type TInitiativeStateDropdownProps = {
value: TInitiativeStates;
onChange?: (value: TInitiativeStates) => void;
disabled?: boolean;
- buttonVariant?:
- | "border-with-text"
- | "border-without-text"
- | "background-with-text"
- | "background-without-text"
- | "transparent-with-text"
- | "transparent-without-text";
buttonClassName?: string;
className?: string;
tabIndex?: number;
diff --git a/apps/web/ee/components/initiatives/details/main/root.tsx b/apps/web/ee/components/initiatives/details/main/root.tsx
index e34bc7e5c6..28409ec9b7 100644
--- a/apps/web/ee/components/initiatives/details/main/root.tsx
+++ b/apps/web/ee/components/initiatives/details/main/root.tsx
@@ -35,6 +35,7 @@ export const InitiativeMainContentRoot: FC
= observer((props) => {
toggleProjectModal={toggleProjectModal}
toggleEpicModal={toggleEpicModal}
/>
+
= observer((props) => {
toggleEpicModal={toggleEpicModal}
disabled={disabled}
/>
-
{
return (
-
+
{data ? (
-
-
-
Progress
+
+
-
- {progress}%
+
+ {progress}%
-
-
Updates
+
) : (
-
-
-
+
)}
);
@@ -132,10 +144,10 @@ export const ScopeBreakdown = observer((props: Props) => {
{t("initiatives.scope.breakdown")}
{/* button */}
-
+
{t("initiatives.scope.view_scope")}
@@ -143,7 +155,15 @@ export const ScopeBreakdown = observer((props: Props) => {
disabled={disabled}
workspaceSlug={workspaceSlug}
initiativeId={initiativeId}
- customButton={
}
+ customButton={
+
+ }
/>
@@ -158,7 +178,7 @@ export const ScopeBreakdown = observer((props: Props) => {
}
/>
) : (
-
+
{/* Projects */}
{shouldShowProjectsCard && (