Skip to content

Commit de5c295

Browse files
FIREFLY-1352: Hide property sheet button from property sheet table
1 parent f36d311 commit de5c295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/firefly/js/tables/ui/PropertySheet.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export function RowDetailsTable({tblOptions={}, tbl_id, highlightedRow}) {
7676
tbl_ui_id: detailsTblId,
7777
selectable: getAppOptions()?.table?.propertySheet?.selectableRows ?? true,
7878
showToolbar: true,
79+
showPropertySheetButton: false, // property sheet table shouldn't show property sheet button
7980
showInfoButton: false,
8081
removable: false,
8182
showFilters: true,

0 commit comments

Comments
 (0)