File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/routes/chat/[agentId]/[conversationId] Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 451451 {#if ! isLoadContentLog}
452452 < DropdownItem on: click= {() => toggleContentLog ()}> View Log< / DropdownItem>
453453 {/ if }
454- {#if ! isLoadStateLog || ! isOpenStateModal }
454+ {#if ! isLoadStateLog || ! isOpenAddStateModal }
455455 < li>
456456 < Dropdown direction= " right" class = " state-menu" >
457457 < DropdownToggle caret class = " dropdown-item" >
461461 {#if ! isLoadStateLog}
462462 < DropdownItem on: click= {() => toggleStateLog ()}> View States< / DropdownItem>
463463 {/ if }
464- {#if ! isOpenStateModal }
465- < DropdownItem on: click= {() => toggleStateModal ()}> Add States< / DropdownItem>
464+ {#if ! isOpenAddStateModal }
465+ < DropdownItem on: click= {() => toggleAddStateModal ()}> Add States< / DropdownItem>
466466 {/ if }
467467 < DropdownItem on: click= {() => clearStates ()}> Clear States< / DropdownItem>
468468 < / DropdownMenu>
You can’t perform that action at this time.
0 commit comments