Merge remote-tracking branch 'origin/api-integration' into v3
This commit is contained in:
@@ -226,7 +226,6 @@ const DashboardCard: React.FC<DashBoardCardProps> = ({
|
||||
className="kebab-wrapper"
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
console.log("Kebab menu clicked");
|
||||
setIsKebabOpen((prev) => !prev);
|
||||
}}
|
||||
>
|
||||
@@ -245,7 +244,6 @@ const DashboardCard: React.FC<DashBoardCardProps> = ({
|
||||
className="option"
|
||||
title={""}
|
||||
onClick={(e) => {
|
||||
console.log(option);
|
||||
e.stopPropagation();
|
||||
handleOptionClick(option);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user