Skip to content

Commit

Permalink
Fix issue with reference client that prevented it from deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Feb 8, 2021
1 parent c84b5bd commit 1f7f267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference_client/services/types/algset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
getCaseVisualizations,
} from '~/services/dropdown'
import algcaseRecordInfo from '~/services/types/algcase'
import CrudAlgsetInterface from '~/components/interface/crud/CrudAlgsetInterface.vue'
import CrudAlgsetInterface from '~/components/interface/crud/crudAlgsetInterface.vue'

export default <RecordInfo>{
type: 'algset',
Expand Down

0 comments on commit 1f7f267

Please sign in to comment.