Skip to content

Commit

Permalink
Remove gallery from staff front end
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonscholten committed Jan 1, 2025
1 parent 54e0835 commit 27e9050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions staff-frontend/pages/gallery.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import RUG from 'react-upload-gallery'
import 'react-upload-gallery/dist/style.css'
//import RUG from 'react-upload-gallery'
//import 'react-upload-gallery/dist/style.css'
import { remult } from 'remult';

import KHEStaffLayout from '../layouts/layout';
Expand Down Expand Up @@ -41,7 +41,7 @@ export default function GalleryEditor() {

// TODO: add <EditableMenu /> for multiple galleries?
return <KHEStaffLayout >
{initialStateLoaded ?
{/* {initialStateLoaded ?
<div style={{overflowY: "auto", overflowX: "hidden", height: "100%"}}>
<RUG
action="/newimage"
Expand Down Expand Up @@ -71,6 +71,6 @@ export default function GalleryEditor() {
console.error("could not delete image:", image);
});
}}
/></div> : "loading."}
/></div> : "loading."} */}
</KHEStaffLayout>;
}

0 comments on commit 27e9050

Please sign in to comment.