Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enable uiRefresh on staging link #1107

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Conversation

moo-onthelawn
Copy link
Contributor

@moo-onthelawn moo-onthelawn commented Oct 3, 2024

remove unused isolatedMargin and complianceApi flags.

enable pml, and uiRefresh on staging

@moo-onthelawn moo-onthelawn requested a review from a team as a code owner October 3, 2024 16:08
Copy link

vercel bot commented Oct 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
v4-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2024 5:51pm
v4-testnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2024 5:51pm

@@ -53,11 +45,11 @@ class TestFlags {
}

get pml() {
return !!this.queryParams.pml;
return !!this.queryParams.pml || import.meta.env.MODE === 'staging';
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: ... || isDev for both development (local) and staging!

@moo-onthelawn moo-onthelawn merged commit 3b88a67 into main Oct 3, 2024
10 checks passed
@moo-onthelawn moo-onthelawn deleted the mulan-uirefreshStaging branch October 3, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants