Skip to content

Commit

Permalink
👕 More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 20, 2024
1 parent 76e0d3b commit 950b81a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ const startNewSession = async () => {
</script>

<template>
<Modal width="460px" height="250px" :name="NEW_ASSISTANT_SESSION_MODAL" :center="true" data-test-id="new-assistant-session-modal">
<Modal
width="460px"
height="250px"
:name="NEW_ASSISTANT_SESSION_MODAL"
:center="true"
data-test-id="new-assistant-session-modal"
>
<template #header>
{{ i18n.baseText('aiAssistant.newSessionModal.title.part1') }}
<span :class="$style.assistantIcon"><AssistantIcon size="medium" /></span>
Expand Down

0 comments on commit 950b81a

Please sign in to comment.