Bug 33648: (bug 32991 follow-up) fix bad resolution conflict

Wrong resolution conflict on AgreementsList.vue in commit
  Bug 32991: Improve our Dialog component

in master
             logged_in_user,
+            setWarning,
+            setMessage,

in 22.11.x

+            logged_in_user,
+            setWarning,
+            setMessage,

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2023-05-03 08:46:58 +02:00 committed by Martin Renvoize
parent dfe909d252
commit cf32ea4d84
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -59,7 +59,6 @@ export default {
get_lib_from_av,
map_av_dt_filter,
table_id,
logged_in_user,
setConfirmationDialog,
setMessage,
}