Skip to content

Commit

Permalink
[base] Add className support to ChangeIndicatorWithProvidedFullPath a…
Browse files Browse the repository at this point in the history
…s well
  • Loading branch information
skogsmaskin authored and rexxars committed Oct 6, 2020
1 parent 195f0f6 commit a0a81f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export const CoreChangeIndicator = ({
}

export const ChangeIndicatorWithProvidedFullPath = ({
className,
path,
value,
hasFocus,
Expand All @@ -153,6 +154,7 @@ export const ChangeIndicatorWithProvidedFullPath = ({
const fullPath = parentContext.fullPath.concat(path)
return (
<CoreChangeIndicator
className={className}
value={value}
compareValue={PathUtils.get(parentContext.compareValue, path)}
hasFocus={hasFocus}
Expand Down

0 comments on commit a0a81f8

Please sign in to comment.