Skip to content

Commit f06f1dd

Browse files
committed
run tests
1 parent 11aeb2c commit f06f1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset-frontend/src/dashboard/actions/dashboardLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export function resizeComponent({ id, width, height }) {
159159
};
160160
}
161161

162-
// Drag and drop --------------------------------------------------------------
162+
// Drag and Drop --------------------------------------------------------------
163163
export const MOVE_COMPONENT = 'MOVE_COMPONENT';
164164
const moveComponent = setUnsavedChangesAfterAction(dropResult => ({
165165
type: MOVE_COMPONENT,

0 commit comments

Comments
 (0)