From 364b645b8128759d3652c79e4aba9cf204a79359 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 13 Jun 2020 10:07:16 -0700 Subject: [PATCH] Actually link the save action; closes #2092 --- resources/scripts/components/server/files/FileEditContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/server/files/FileEditContainer.tsx b/resources/scripts/components/server/files/FileEditContainer.tsx index f314744ef..f24e7bc60 100644 --- a/resources/scripts/components/server/files/FileEditContainer.tsx +++ b/resources/scripts/components/server/files/FileEditContainer.tsx @@ -110,7 +110,7 @@ export default () => { fetchContent={value => { fetchFileContent = value; }} - onContentSaved={() => null} + onContentSaved={() => save()} />