Skip to content

Commit 364b645

Browse files
committed
Actually link the save action; closes pterodactyl#2092
1 parent be91913 commit 364b645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/files/FileEditContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default () => {
110110
fetchContent={value => {
111111
fetchFileContent = value;
112112
}}
113-
onContentSaved={() => null}
113+
onContentSaved={() => save()}
114114
/>
115115
</div>
116116
<div className={'flex justify-end mt-4'}>

0 commit comments

Comments
 (0)