From 89f1f3343ce640773d5acc331c2565264d58f512 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Fri, 21 Apr 2017 23:20:01 -0400 Subject: [PATCH] Fixed move dialog --- client/js/modals/move.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/js/modals/move.js b/client/js/modals/move.js index ff3001b5..f8b1496a 100644 --- a/client/js/modals/move.js +++ b/client/js/modals/move.js @@ -2,8 +2,8 @@ import $ from 'jquery' import _ from 'lodash' -import { makeSafePath } from '../helpers/form' -import { setInputSelection } from '../helpers/pages' +import { setInputSelection } from '../helpers/form' +import { makeSafePath } from '../helpers/pages' // -> Move Existing Document