- ENCOA-3: Added the ability to delete multiple codes at once;

- ENCOA-5 Added a column for the Creator on the code list;
This commit is contained in:
Tiago Ribeiro
2024-04-11 10:22:02 +01:00
parent c9740fe8ee
commit de4638bc46
3 changed files with 124 additions and 26 deletions

View File

@@ -62,8 +62,8 @@ export default function Button({
onClick={onClick}
className={clsx(
"py-4 px-6 rounded-full transition ease-in-out duration-300 disabled:cursor-not-allowed cursor-pointer",
className,
colorClassNames[color][variant],
className,
)}
disabled={disabled || isLoading}>
{!isLoading && children}