feat: updates view default name

This commit is contained in:
Mark Mankarious
2023-11-03 12:22:08 +00:00
parent 30cd3f28f2
commit 4d4a668950

View File

@@ -32,7 +32,7 @@ export const DEFAULT_COLOR: Colors[0] = {
export const DEFAULT_FONT_FAMILY = 'Roboto, Arial, sans-serif';
export const VIEW_DEFAULTS: Required<Omit<View, 'id' | 'description'>> = {
name: 'New view',
name: 'Untitled view',
items: [],
connectors: [],
rectangles: [],