Skip to content

Commit

Permalink
changed edit buttons to createQuizSection
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi authored and akolson committed Oct 5, 2023
1 parent 9f6a99f commit 2b50cff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<template>

<div class="add-padding">
<KGrid>
<div>
<KRouterLink
appearance="raised-button"
:to="{ path: 'new/123/edit' }"
text="Edit section"
/>

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

<KGrid
class="add-padding"
>
<KGridItem
:layout4="{ span: 1 }"
:layout8="{ span: 1 }"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
:pageTitle="$tr('createNewExamLabel')"
:route="backRoute"
>
<UiAlert
v-if="showError && !inSearchMode"
type="error"
:dismissible="false"
>
{{ selectionIsInvalidText }}
</UiAlert>

<KPageContainer
:style="{ ...maxContainerHeight, maxWidth: '1000px', margin: '0 auto' }"
Expand Down

0 comments on commit 2b50cff

Please sign in to comment.