Dashboard v2: Use valid default timestamp (#112928)

This commit is contained in:
Alex Khomenko
2025-10-24 14:00:19 +00:00
committed by GitHub
parent 681f27e6b3
commit bda35611f1
@@ -136,7 +136,7 @@ export async function buildNewDashboardSaveModelV2(
metadata: {
name: '',
resourceVersion: '0',
creationTimestamp: '0',
creationTimestamp: new Date().toISOString(),
annotations: {
[AnnoKeyFolder]: '',
},