fix: remove offline settings from panel settings#12924
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 385446a37e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| <el-form-item :label="$t('setting.developerMode')" prop="developerMode"> | ||
| <el-form-item | ||
| v-if="!isEnterprise" |
There was a problem hiding this comment.
Do not hide Developer Mode for Enterprise
This v-if hides the Developer Mode control for every Enterprise installation, even though the backend still returns developerMode in settings and still allows DeveloperMode updates through the normal setting validator. In Enterprise deployments that rely on this panel page to toggle developer mode, admins lose the only visible control for that setting; the offline-environment removal below does not require gating this unrelated form item.
Useful? React with 👍 / 👎.
No description provided.