Skip to content
Snippets Groups Projects

Resolve "Make exam a many to many field on StudentInfo model"

Compare and Show latest version
2 files
+ 0
56
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -123,16 +123,9 @@ import { mapStateToComputedGetterSetter } from '@/util/helpers'
@@ -123,16 +123,9 @@ import { mapStateToComputedGetterSetter } from '@/util/helpers'
import UserOptions from '@/components/UserOptions'
import UserOptions from '@/components/UserOptions'
import InstanceActions from '@/components/InstanceActions'
import InstanceActions from '@/components/InstanceActions'
import { Authentication } from '@/store/modules/authentication'
import { Authentication } from '@/store/modules/authentication'
<<<<<<< HEAD
=======
import { actions } from '@/store/actions'
import { actions } from '@/store/actions'
import { ConfigModule } from '../store/modules/config'
import { ConfigModule } from '../store/modules/config'
<<<<<<< HEAD
>>>>>>> added ExamSelectionPage after Login, added currentExam to config store.
=======
>>>>>>> added ExamSelectionPage after Login, added currentExam to config store.
export default {
export default {
name: 'BaseLayout',
name: 'BaseLayout',
components: { InstanceActions, UserOptions },
components: { InstanceActions, UserOptions },
@@ -195,13 +188,10 @@ export default {
@@ -195,13 +188,10 @@ export default {
margin: 15px;
margin: 15px;
}
}
<<<<<<< HEAD
</style>
</style>
<style>
<style>
.grady-toolbar > div {
.grady-toolbar > div {
padding-right: 0;
padding-right: 0;
}
}
=======
>>>>>>> added ExamSelectionPage after Login, added currentExam to config store.
</style>
</style>
Loading