Skip to content

Commit

Permalink
feat(dash): fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Dec 10, 2023
1 parent 0a43519 commit fa9a154
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/api/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const useDatabase = ()=> {
}

return {
database:data.dataSourceConfig,
database:data.dataSourceConfig||[],
isLoading,
isError:error,
createDatabase,
Expand Down
7 changes: 7 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ Screenshots-1

2. create business by click the button `Create Business` on the top right corner.

Screenshots-2

Input the business title and id


### Implement the logic in your backend
Copy business id and use it in your backend.
Message id mean the id of object that be vote, The message id can be any string. It is decided by your business logic.

#### Golang
[Click here](https://github.com/CorrectRoadH/likit-go/blob/main/README.md)
Expand Down

0 comments on commit fa9a154

Please sign in to comment.