Skip to content

[component-groups | NotAuthorized] - Rename props #670

@fhlavac

Description

@fhlavac

Follow up to breaking change PR

We've renamed some NotAuthorized props to comply with its base component - PF EmptyState

rename
description to bodyText
title to titleText

Example:

<NotAuthorized 
    description="Description text" 
    title="Title text"
  />

becomes

<NotAuthorized 
    bodyText="Description text" 
    titleText="Title text"
  />

Required actions:

  • Build codemod
  • Build test
  • Update readme with description & example

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions