improvement: loading state added to buttons who interact with backend.
This commit is contained in:
@@ -368,7 +368,7 @@ export function TasksPage() {
|
||||
setExpandedCommentsTaskId((prev) => (prev === id ? null : id))
|
||||
}
|
||||
onCommentError={showError}
|
||||
onShowInCase={flatMode ? (row) => void handleShowInCase(row) : undefined}
|
||||
onShowInCase={flatMode ? (row) => handleShowInCase(row) : undefined}
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user