From df87c978ea2a339b6eb7c12fffdeafa46501242f Mon Sep 17 00:00:00 2001 From: Mathieu Ancelin Date: Thu, 4 Jan 2024 11:58:00 +0100 Subject: [PATCH] fix #1811 --- .../javascript/src/components/inputs/Table.js | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/otoroshi/javascript/src/components/inputs/Table.js b/otoroshi/javascript/src/components/inputs/Table.js index dd1eb3512..f9c767212 100644 --- a/otoroshi/javascript/src/components/inputs/Table.js +++ b/otoroshi/javascript/src/components/inputs/Table.js @@ -818,26 +818,6 @@ export class Table extends Component { ))}
- {this.props.export && ( - <> - - - - )} {this.props.displayTrash && this.props.displayTrash(this.state.currentItem) && (