Add delete action in workflows table (#802)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Kerem Yilmaz
2024-09-10 11:30:48 -07:00
committed by GitHub
parent c4efdbdbc5
commit 4800fe4f0a
4 changed files with 101 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
type Props = {
className: string;
className?: string;
};
function GarbageIcon({ className }: Props) {