Skip to content

Commit

Permalink
deactivate userlimit popup on open-source
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Sep 15, 2024
1 parent 8c68479 commit f0bd107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function UsersPage() {
className="flex"
tooltipClassname="w-48"
position="left"
active={!isAddEnabled}
active={false}
>
<button
onClick={() => {
Expand Down

0 comments on commit f0bd107

Please sign in to comment.