Skip to content

Commit

Permalink
refactor(DashboardCreationController): remove placeholder
Browse files Browse the repository at this point in the history
See: BEDS-570
  • Loading branch information
benji-bitfly committed Nov 8, 2024
1 parent 3dfebdc commit d967a64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"BcTablePager",
"BcToggle",
"DashboardChartSummaryChartFilter",
"DashboardCreationController",
"DashboardGroupManagementModal",
"DashboardTableSummaryDetails",
"DashboardTableValidators",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function show(
}
network.value = forcedNetwork || currentNetwork.value
state.value = 'type'
name.value = isLoggedIn.value ? '' : 'cookie'
name.value = ''
}
defineExpose({ show })
Expand Down
2 changes: 1 addition & 1 deletion frontend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"title": "Add a new dashboard",
"type": {
"accounts": "Accounts",
"placeholder": "Name",
"placeholder": "Enter dashboard name",
"subtitle": "What would you like to monitor?",
"validators": "Validators"
}
Expand Down

0 comments on commit d967a64

Please sign in to comment.