Skip to content

Commit

Permalink
Clean sort step form : remove style css and change title name
Browse files Browse the repository at this point in the history
  • Loading branch information
zegonz committed Jul 3, 2019
1 parent fd3e8be commit ba9d878
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/stepforms/SortStepForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
name="Sort:"
v-model="sortColumns"
:defaultItem="defaultSortColumn"
:widget="'widget-sort-column'"
:automatic-new-field="false"
></WidgetList>

Expand All @@ -35,7 +34,7 @@ export default class SortStepForm extends BaseStepForm<SortStep> {
@Prop({ type: Object, default: () => ({ name: 'sort', columns: [] }) })
initialStepValue!: SortStep;
readonly title: string = 'Edit Sort Step';
readonly title: string = 'Sort';
get defaultSortColumn() {
const sortColumn: SortColumnType = {
Expand Down Expand Up @@ -79,6 +78,3 @@ export default class SortStepForm extends BaseStepForm<SortStep> {
}
}
</script>
<style lang="scss" scoped>
@import '../../styles/_variables';
</style>

0 comments on commit ba9d878

Please sign in to comment.