chore: comment

This commit is contained in:
Zack Spear
2023-08-03 14:11:27 -07:00
committed by Zack Spear
parent a8e4d76da1
commit ed93c2934d
+1 -1
View File
@@ -16,7 +16,7 @@ export interface Error {
actions?: ButtonProps[];
debugServer?: Server;
forumLink?: boolean;
heading: string;
heading: string; // if adding new errors be sure to add translations key value pairs
level: 'error' | 'info' | 'warning';
message: string;
ref?: string;