mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
feat: updates view default name
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user