Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivangRawat30 authored Oct 11, 2023
1 parent 17dd669 commit f1f1004
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,6 @@
:pageTitle="$tr('createNewExamLabel')"
:route="backRoute"
>
<KRouterLink
appearance="raised-button"
:to="{ path: 'new/123/edit' }"
text="Test Section Editor"
/>
/>

<KRouterLink
appearance="raised-button"
:to="{ path: 'new/123/replace-questions' }"
text="Test Replace Questions"
/>

<UiAlert
v-if="showError && !inSearchMode"
type="error"
:dismissible="false"
>
{{ selectionIsInvalidText }}
</UiAlert>

<KPageContainer
:style="{ ...maxContainerHeight, maxWidth: '1000px', margin: '0 auto' }"
Expand Down Expand Up @@ -76,7 +56,6 @@
CreateQuizSection,
},
mixins: [commonCoreStrings, commonCoach],
mixins: [commonCoreStrings, commonCoach],
data() {
return {
quizForge,
Expand Down

0 comments on commit f1f1004

Please sign in to comment.