Skip to content

Commit b44fb04

Browse files
carlinmackslint
authored andcommitted
fix: add missing pointing values
1 parent 59d7152 commit b44fb04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/forms/FeedbackLabel.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// This file is part of React-Invenio-Forms
2+
// Copyright (C) 2025 CERN.
3+
// React-Invenio-Forms is free software; you can redistribute it and/or modify it
4+
// under the terms of the MIT License; see LICENSE file for more details.
5+
16
import _get from "lodash/get";
27
import isEmpty from "lodash/isEmpty";
38
import React, { Component } from "react";
@@ -102,7 +107,7 @@ export class FeedbackLabel extends Component {
102107

103108
FeedbackLabel.propTypes = {
104109
injectedError: PropTypes.oneOf([PropTypes.object, PropTypes.string]),
105-
pointing: PropTypes.oneOf(["left", "above"]),
110+
pointing: PropTypes.oneOf(["left", "above", "below", "right"]),
106111
fieldPath: PropTypes.string,
107112
hasSubfields: PropTypes.bool,
108113
};

0 commit comments

Comments
 (0)