Skip to content

Commit 736c61c

Browse files
committed
Link OudsInlineAlert file to Alert component
1 parent 1c34fb1 commit 736c61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/com/orange/ouds/gradle/Component.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enum class Component {
5353

5454
fun getSourceFilePaths(project: Project): List<String> {
5555
val filenames = when (this) {
56-
Alert -> listOf("OudsAlertMessage")
56+
Alert -> listOf("OudsAlertMessage", "OudsInlineAlert")
5757
Badge -> listOf("OudsBadge")
5858
Bar -> listOf("OudsNavigationBar", "OudsTopAppBar")
5959
BulletList -> listOf("OudsBulletList")

0 commit comments

Comments
 (0)