diff options
author | crupest <crupest@outlook.com> | 2020-11-22 09:53:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 09:53:31 +0800 |
commit | b3c9cf4bf66bd3b78e94dc522c53e7f7522897f0 (patch) | |
tree | 996eed1f087a50e8d5cd865e1440f4dbb8a7873b /FrontEnd/src/app/views/home/TimelineCreateDialog.tsx | |
parent | e0785b385138057a23ffd1703a7265c371aef45d (diff) | |
parent | f1aabc06f1005b26bd1c0c5f36c98c28a62fc31e (diff) | |
download | timeline-b3c9cf4bf66bd3b78e94dc522c53e7f7522897f0.tar.gz timeline-b3c9cf4bf66bd3b78e94dc522c53e7f7522897f0.tar.bz2 timeline-b3c9cf4bf66bd3b78e94dc522c53e7f7522897f0.zip |
Merge pull request #189 from crupest/admin
Refactor front end to use the new permission system. Enhance admin page.
Diffstat (limited to 'FrontEnd/src/app/views/home/TimelineCreateDialog.tsx')
-rw-r--r-- | FrontEnd/src/app/views/home/TimelineCreateDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx b/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx index 786ebb5d..12bbfb54 100644 --- a/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx +++ b/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx @@ -18,7 +18,7 @@ const TimelineCreateDialog: React.FC<TimelineCreateDialogProps> = (props) => { <OperationDialog open={props.open} close={props.close} - titleColor="success" + themeColor="success" title="home.createDialog.title" inputScheme={ [ |