Merge pull request #27014 from backstage/freben/optional-code
make the code palette optional
This commit is contained in:
@@ -81,7 +81,7 @@ export type BackstagePaletteAdditions = {
|
||||
closeButtonColor?: string;
|
||||
warning?: string;
|
||||
};
|
||||
code: {
|
||||
code?: {
|
||||
background?: string;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -82,7 +82,7 @@ export type BackstagePaletteAdditions = {
|
||||
closeButtonColor?: string;
|
||||
warning?: string;
|
||||
};
|
||||
code: {
|
||||
code?: {
|
||||
background?: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user