mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: corrects typo in error message
This commit is contained in:
@@ -215,7 +215,7 @@ export const validateRectangle = (
|
||||
color: rectangle.color
|
||||
},
|
||||
message:
|
||||
'Connector references a color that does not exist in the model.'
|
||||
'Rectangle references a color that does not exist in the model.'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user