Minor changes
This commit is contained in:
@@ -235,7 +235,6 @@ export const MatchProperties: React.FC = () => {
|
|||||||
if (textStyleCount > 0) {
|
if (textStyleCount > 0) {
|
||||||
message += ` (including text styling on ${textStyleCount})`;
|
message += ` (including text styling on ${textStyleCount})`;
|
||||||
}
|
}
|
||||||
message += ". Note: Fill colors may not be fully supported in the Office JS API.";
|
|
||||||
setStatusMessage(message);
|
setStatusMessage(message);
|
||||||
setStatusType("success");
|
setStatusType("success");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user