Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
SigNoz
Commits
fa230509
Unverified
Commit
fa230509
authored
3 years ago
by
Pranshu Chittora
Browse files
Options
Download
Email Patches
Plain Diff
fix: dashboard uuid issue
parent
79475bde
develop
1244-edit-alert
1725-expection
24-may-2022-testing
414-uri
ankit01-oss-patch-1
bump-json-iterator
bump-prometheus
chore/analytics
chore/change-validation-message
chore/improve-metrics-perf
chore/remove-query-service-codeowners
dashboarad-vars
effgo
feat-doc-contribute
feat/amol-ee
feat/custom-func-getSubTreeSpans
feat/dynamic-tooltip
feat/ee
feat/featureFlagging
feat/fields-compression
feat/gh-bot
feat/searchTraceId
feat/udf-function-getSubTreeSpans
feat/usage
feat/usage-reporting
fix-double-client
fix/error-exception-page-typo
fix/error-exception-sql-issue
fix/errorDetailURL
fix/exceptionPageOptimization
fix/null-values
fix/setTTLapis
issue-1228
issue-1252
issue-1293
issue-1294
issue-1442
issue-1485-develop
issue-1511
issue-1583
issue-618
issue-pod-687
labels_object
main
metrics-builder-all
metrics-table
new-metrics
new-metrics-enums
palashgdev-patch-1
palashgdev-patch-2
perf/trace-detail-page
playwright
prashant/frontend-docker
prashant/nginx-cache-improvement
release/v0.10
release/v0.10.0
release/v0.10.1
release/v0.10.2
release/v0.11
release/v0.11.0
release/v0.11.1
release/v0.11.2
release/v0.11.3
release/v0.8
release/v0.8.0
release/v0.8.1
release/v0.8.2
release/v0.9
release/v0.9.0
release/v0.9.1
release/v0.9.2
snyk-fix-3d7b28e56a36018c4b5cf8438365ff27
snyk-fix-4ef12a6988dec7696867e0b2accb8289
snyk-fix-7ee2560cd9d67a9821899135c05c1175
trace-search
ttl-plus
wip-release-0.11.1
v0.11.3
v0.11.3-rc.1
v0.11.2
v0.11.2-rc.3
v0.11.2-rc.2
v0.11.2-rc.1
v0.11.1
v0.11.1-rc.1
v0.11.0
v0.11.0-rc.1
v0.11
v0.10.2
v0.10.1
v0.10.1-rc.1
v0.10.0
v0.10.0-rc2
v0.10.0-rc1
v0.10
v0.9.2
v0.9.2-rc1
v0.9.1
v0.9.0
v0.9.0-rc2
v0.9.0-rc1
v0.9
v0.8.2
v0.8.1
v0.8.1-rc5
v0.8.1-rc4
v0.8.1-rc3
v0.8.1-rc2
v0.8.1-rc1
v0.8.0
v0.8.0-rc6
v0.8.0-rc5
v0.8.0-rc4
v0.8.0-rc3
v0.8.0-rc2
v0.8.0-rc1
v0.8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/container/NewDashboard/ComponentsSlider/index.tsx
+2
-1
...end/src/container/NewDashboard/ComponentsSlider/index.tsx
with
2 additions
and
1 deletion
+2
-1
frontend/src/container/NewDashboard/ComponentsSlider/index.tsx
+
2
-
1
View file @
fa230509
...
...
@@ -6,6 +6,7 @@ import { useSelector } from 'react-redux';
import
{
AppState
}
from
'
store/reducers
'
;
import
AppReducer
from
'
types/reducer/app
'
;
import
DashboardReducer
from
'
types/reducer/dashboards
'
;
import
{
v4
as
uuid
}
from
'
uuid
'
;
import
menuItems
,
{
ITEMS
}
from
'
./menuItems
'
;
import
{
Card
,
Container
,
Text
}
from
'
./styles
'
;
...
...
@@ -38,7 +39,7 @@ function DashboardGraphSlider(): JSX.Element {
await
updateDashboard
({
data
,
generateWidgetId
:
selectedDashboard
.
uuid
,
generateWidgetId
:
uuid
()
,
graphType
:
name
,
layout
:
[
...(
data
.
layout
||
[]),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help