You've already forked DataMate
fix ui bugs (#51)
* fix: adjust upload step handling and improve error display in configuration step
This commit is contained in:
@@ -97,8 +97,8 @@ export function ListView({ operators = [], pagination, operations }) {
|
||||
>
|
||||
<List.Item.Meta
|
||||
avatar={
|
||||
<div className="w-12 h-12 bg-gradient-to-br from-blue-100 to-blue-200 rounded-lg flex items-center justify-center">
|
||||
{operator?.icon}
|
||||
<div className="w-12 h-12 bg-gradient-to-br from-sky-300 to-blue-500 rounded-lg flex items-center justify-center">
|
||||
<div className="w-8 h-8 text-white">{operator?.icon}</div>
|
||||
</div>
|
||||
}
|
||||
title={
|
||||
|
||||
Reference in New Issue
Block a user