Fix lint.
This commit is contained in:
parent
6e3b575fa5
commit
01432813a6
@ -6169,7 +6169,9 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
): ContextMenuItems => {
|
): ContextMenuItems => {
|
||||||
const options: ContextMenuItems = [];
|
const options: ContextMenuItems = [];
|
||||||
let addedCustom = false;
|
let addedCustom = false;
|
||||||
this.actionManager.getCustomActions({ data: { source } }).forEach((action) => {
|
this.actionManager
|
||||||
|
.getCustomActions({ data: { source } })
|
||||||
|
.forEach((action) => {
|
||||||
addedCustom = true;
|
addedCustom = true;
|
||||||
options.push(action);
|
options.push(action);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user