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
|
||||
*/
|
||||
const removeAllDimensions = function ({ macro }) {
|
||||
macro('rmhd')
|
||||
macro('rmld')
|
||||
macro('rmvd')
|
||||
macro('rmpd')
|
||||
macro('rmahd')
|
||||
macro('rmald')
|
||||
macro('rmavd')
|
||||
macro('rmapd')
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue