Skip to content

Commit

Permalink
editing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Sep 14, 2023
1 parent 20e6907 commit 75b62c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/UseWorkshop.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function useWorkshop(gitUser, builtURL, editing){
res => Buffer.from(res.content, 'base64').toString()
)

console.log('editing mode', editing);
const { data, isLoading, error } = useSWRImmutable(gitUser !=null ? builtURL : null, fetcher(headers),
{
onSuccess(data) {
Expand Down

0 comments on commit 75b62c2

Please sign in to comment.