admin/plugins: allow filtering the list of installed plugins
Massimo Melina committed
Apr 23, 2024 at 19:28 UTC
43078bad6d1d38ad68e785ad5da8b92541218143
1 file changed
-2
admin/src/InstalledPlugins.ts
-2
@@ -29,8 +29,6 @@ export default function InstalledPlugins({ updates }: { updates?: true }) {
29
rows: list.length ? list : [], // workaround for DataGrid bug causing 'no rows' message to be not displayed after 'loading' was also used
30
initializing,
31
disableColumnSelector: true,
32
- disableColumnMenu: true,
33
- hideFooter: true,
32
noRows: updates && `No updates available. Only plugins available on "search online" are checked.`,
33
columns: [
34
{