Actions
Bug #26652
closedRefactor folder structure of ToastList
Description
currently is:
toastNotifications ├── __snapshots__ ├── index.js ├── ToastList.fixtures.js ├── ToastList.stories.js └── ToastList.test.js
should be:
ToastList ├── __snapshots__ ├── ToastList.js ├── index.js ├── ToastList.fixtures.js ├── ToastList.stories.js └── ToastList.test.js
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6702 added
Updated by Anonymous almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1a79f9d262306431c3098d804b0b7f4000989e9e.
Actions