mirror of
https://github.com/pterodactyl/panel.git
synced 2025-01-31 19:01:35 +01:00
Actually link the save action; closes #2092
This commit is contained in:
parent
be91913f23
commit
364b645b81
@ -110,7 +110,7 @@ export default () => {
|
||||
fetchContent={value => {
|
||||
fetchFileContent = value;
|
||||
}}
|
||||
onContentSaved={() => null}
|
||||
onContentSaved={() => save()}
|
||||
/>
|
||||
</div>
|
||||
<div className={'flex justify-end mt-4'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user