Skip to content

Commit c37baa0

Browse files
committed
Always show the save buttons
1 parent 24f340c commit c37baa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ export default () => {
5959
onContentSaved={() => null}
6060
/>
6161
</div>
62-
{content &&
6362
<div className={'flex justify-end mt-4'}>
6463
<button className={'btn btn-primary btn-sm'} onClick={save}>
6564
Save Content
6665
</button>
6766
</div>
68-
}
6967
</div>
7068
);
7169
};

0 commit comments

Comments
 (0)