Skip to content

Commit

Permalink
Merge pull request AOT-Technologies#2106 from Josephalexantony-aot/bu…
Browse files Browse the repository at this point in the history
…gfix/FWF-3418-Task-Warning

FWF-3418: [Bugfix] - Added Custom class for alert.
  • Loading branch information
arun-s-aot authored Jun 12, 2024
2 parents 2c3b8cb + 0aa5c1b commit 72cc1a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ export default function CreateNewFilterDrawer({
</h5>
</div>
{!isTasksForCurrentUserGroupsEnabled ? (
<div className="alert alert-warning mt-1" role="alert">
<div className="alert taskvariable-alert mt-1" role="alert">
<i className="fa-solid fa-triangle-exclamation me-2"></i>{" "}
{t(
"Unchecking this option will show all tasks, ignoring user roles"
Expand Down

0 comments on commit 72cc1a5

Please sign in to comment.