frst-components 0.23.82 → 0.23.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7967,7 +7967,7 @@ hasVoting, voteHasAlreadyBeenRegistered, isVotedByUserLogged, voteText, onDelete
|
|
|
7967
7967
|
description: 'Editar',
|
|
7968
7968
|
onClick: (e) => setIsEditing(true)
|
|
7969
7969
|
},
|
|
7970
|
-
hasAddActions &&
|
|
7970
|
+
hasAddActions &&
|
|
7971
7971
|
({
|
|
7972
7972
|
startIcon: jsxRuntime.jsx(AddAction, {}),
|
|
7973
7973
|
description: 'Adicionar ações',
|