fix(plugin-annotations): Wrong macro names in umbrella rm macro
This commit is contained in:
parent
02d191f663
commit
b3b0d4b7bc
1 changed files with 4 additions and 4 deletions
|
@ -176,10 +176,10 @@ const removeDimensionType = function ({ paths, store, part }, type) {
|
||||||
* This method removes all dimensions
|
* This method removes all dimensions
|
||||||
*/
|
*/
|
||||||
const removeAllDimensions = function ({ macro }) {
|
const removeAllDimensions = function ({ macro }) {
|
||||||
macro('rmhd')
|
macro('rmahd')
|
||||||
macro('rmld')
|
macro('rmald')
|
||||||
macro('rmvd')
|
macro('rmavd')
|
||||||
macro('rmpd')
|
macro('rmapd')
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue