chore: hide sign up button when disabled

This commit is contained in:
Steven
2023-06-26 22:35:12 +08:00
parent d46df916cf
commit 106cdfa7da
4 changed files with 46 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
type State = {
// do nth
workspaceProfile: WorkspaceProfile;
};
const globalSlice = createSlice({