Skip to content

Commit

Permalink
fix(ProjectList): notebook status listen and update (#3070)
Browse files Browse the repository at this point in the history
Signed-off-by: gitdallas <[email protected]>
  • Loading branch information
gitdallas authored Aug 7, 2024
1 parent d83304c commit 62728f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const NotebookStateStatus: React.FC<NotebookStateStatusProps> = ({
return (
<NotebookStatusToggle
notebookState={notebookState}
doListen={false}
doListen
enablePipelines={enablePipelines}
isDisabled={
notebookImage?.imageAvailability === NotebookImageAvailability.DELETED &&
Expand Down

0 comments on commit 62728f1

Please sign in to comment.