Skip to content

Commit

Permalink
Always display active interactive tools activity
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 10, 2024
1 parent 5c9e127 commit 5f14aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/stores/activitySetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Activities = [
icon: "fa-laptop",
id: "interactivetools",
mutable: false,
optional: true,
optional: false,
title: "Interactive Tools",
tooltip: "Show active interactive tools",
to: "/interactivetool_entry_points/list",
Expand Down

0 comments on commit 5f14aea

Please sign in to comment.