fix api reports

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-11-04 13:37:34 +05:30
parent c01e26327e
commit ade04904d5
+1 -1
View File
@@ -64,7 +64,7 @@ export type BackstagePaletteAdditions = {
error: string;
text: string;
link: string;
warning: string;
warning?: string;
};
};