aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-26 18:46:58 +0800
committercrupest <crupest@outlook.com>2021-06-26 18:46:58 +0800
commit29da3cef05ef138af2028ad44a27d706e9ae2df8 (patch)
tree91e651c098e52a5a709cb780ba7847a8f6ec586a /FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx
parentfa540c046d126449f77e46edd379bbc84e02d05d (diff)
downloadtimeline-29da3cef05ef138af2028ad44a27d706e9ae2df8.tar.gz
timeline-29da3cef05ef138af2028ad44a27d706e9ae2df8.tar.bz2
timeline-29da3cef05ef138af2028ad44a27d706e9ae2df8.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx')
-rw-r--r--FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx b/FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx
index 001e52d7..988124b6 100644
--- a/FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx
+++ b/FrontEnd/src/views/timeline-common/PostPropertyChangeDialog.tsx
@@ -2,7 +2,7 @@ import React from "react";
import { getHttpTimelineClient, HttpTimelinePostInfo } from "@/http/timeline";
-import OperationDialog from "../common/OperationDialog";
+import OperationDialog from "../common/dailog/OperationDialog";
function PostPropertyChangeDialog(props: {
onClose: () => void;
@@ -14,7 +14,7 @@ function PostPropertyChangeDialog(props: {
return (
<OperationDialog
title="timeline.changePostPropertyDialog.title"
- close={onClose}
+ onClose={onClose}
open
inputScheme={[
{