Commit b4f1319d authored by Mark Florian's avatar Mark Florian

Merge branch '229006-remove-tooltip' into 'master'

Remove unused tooltip import

See merge request gitlab-org/gitlab!45726
parents db1d634f eefc2bd4
<script>
import { mapState, mapActions, mapGetters } from 'vuex';
import tooltip from '~/vue_shared/directives/tooltip';
import CommitFilesList from './commit_sidebar/list.vue';
import EmptyState from './commit_sidebar/empty_state.vue';
import { stageKeys } from '../constants';
......@@ -10,9 +9,6 @@ export default {
CommitFilesList,
EmptyState,
},
directives: {
tooltip,
},
computed: {
...mapState(['changedFiles', 'stagedFiles', 'lastCommitMsg']),
...mapState('commit', ['commitMessage', 'submitCommitLoading']),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment