feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -187,7 +187,7 @@ function TaskListComponent({
|
||||
);
|
||||
}
|
||||
|
||||
return items.length > 0 ? <Space direction="vertical">{items}</Space> : null;
|
||||
return items.length > 0 ? <Space orientation="vertical">{items}</Space> : null;
|
||||
}
|
||||
});
|
||||
|
||||
@@ -232,7 +232,7 @@ function TaskListComponent({
|
||||
key: "toggleCompleted",
|
||||
width: "8%",
|
||||
render: (text, record) => (
|
||||
<Space direction="horizontal">
|
||||
<Space orientation="horizontal">
|
||||
<ShareToTeamsButton
|
||||
linkText=""
|
||||
urlOverride={`${window.location.origin}/manage/tasks/alltasks?taskid=${record.id}`}
|
||||
@@ -310,7 +310,7 @@ function TaskListComponent({
|
||||
*/
|
||||
const tasksExtra = useCallback(() => {
|
||||
return (
|
||||
<Space direction="horizontal">
|
||||
<Space orientation="horizontal">
|
||||
{!onlyMine && (
|
||||
<Switch
|
||||
checkedChildren={t("tasks.buttons.myTasks")}
|
||||
|
||||
Reference in New Issue
Block a user