Skip to content

Commit 939d6ab

Browse files
committed
working publish minus AWS screenshot and working oAuth
1 parent 66252d6 commit 939d6ab

File tree

3 files changed

+1216
-6846
lines changed

3 files changed

+1216
-6846
lines changed

app/src/components/top/NavBarButtons.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ const navbarDropDown = (props): JSX.Element => {
177177
// handlePublish logic
178178
const handlePublish = () => {
179179
if (!state.name) {
180+
console.log({state});
180181
console.error('Project name cannot be empty');
181182
return;
182183
}

0 commit comments

Comments
 (0)