mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Added the upload to clockify function
This commit is contained in:
@@ -41,6 +41,15 @@ const MainPomodoro = (props) => {
|
||||
|
||||
longRests={longRests}
|
||||
setLongRests={setLongRests}
|
||||
|
||||
|
||||
workspaceID={props.workspaceID}
|
||||
setWorspaceID={props.setWorspaceID}
|
||||
|
||||
projectID={props.projectID}
|
||||
setProjectID={props.setProjectID}
|
||||
|
||||
apiKey={props.apiKey}
|
||||
/>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user