mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
Fix feedback link for budget analysis report experimental flag (#6914)
This commit is contained in:
@@ -210,7 +210,7 @@ export function ExperimentalFeatures() {
|
||||
</FeatureToggle>
|
||||
<FeatureToggle
|
||||
flag="budgetAnalysisReport"
|
||||
feedbackLink="https://github.com/actualbudget/actual/pull/6137"
|
||||
feedbackLink="https://github.com/actualbudget/actual/pull/6742"
|
||||
>
|
||||
<Trans>Budget Analysis Report</Trans>
|
||||
</FeatureToggle>
|
||||
@@ -218,7 +218,7 @@ export function ExperimentalFeatures() {
|
||||
<ServerFeatureToggle
|
||||
prefName="flags.plugins"
|
||||
disableToggle
|
||||
feedbackLink="https://github.com/actualbudget/actual/issues/6742"
|
||||
feedbackLink="https://github.com/actualbudget/actual/issues/5950"
|
||||
>
|
||||
<Trans>Client-Side plugins (soon)</Trans>
|
||||
</ServerFeatureToggle>
|
||||
|
||||
Reference in New Issue
Block a user