1
0
Fork 0

fix(plugin-annotations): Wrong macro names in umbrella rm macro

This commit is contained in:
Joost De Cock 2023-09-15 16:57:01 +02:00
parent 02d191f663
commit b3b0d4b7bc

View file

@ -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')
}
/*