Merge pull request #27014 from backstage/freben/optional-code

make the code palette optional
This commit is contained in:
Fredrik Adelöw
2024-10-08 11:47:53 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export type BackstagePaletteAdditions = {
closeButtonColor?: string;
warning?: string;
};
code: {
code?: {
background?: string;
};
};
+1 -1
View File
@@ -82,7 +82,7 @@ export type BackstagePaletteAdditions = {
closeButtonColor?: string;
warning?: string;
};
code: {
code?: {
background?: string;
};
};