Skip to content

Commit

Permalink
fix: allow editing scheduled changes (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jan 18, 2024
1 parent 1e1764f commit 90ee8c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/web/components/pages/ChangeRequestPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,9 @@ const ChangeRequestsPage = class extends Component {
</nav>
<PageTitle
cta={
!changeRequest?.committed_at && (
(!changeRequest?.committed_at ||
moment(changeRequest?.feature_states[0].live_from) >
moment()) && (
<Row>
<Button
theme='secondary'
Expand Down

3 comments on commit 90ee8c7

@vercel
Copy link

@vercel vercel bot commented on 90ee8c7 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 90ee8c7 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 90ee8c7 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.