Skip to content

Commit

Permalink
Cb 4653 aws settings form migration (#2785)
Browse files Browse the repository at this point in the history
* CB-4653 demo fixes

* CB-4653 chore: log message

---------

Co-authored-by: mr-anton-t <[email protected]>
Co-authored-by: Evgenia Bezborodova <[email protected]>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent fa0cd1e commit 081b0ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function useDataViewerCopyHandler() {
if (!dataViewerService.canCopyData) {
event?.preventDefault();

notificationService.logError({
notificationService.logInfo({
title: 'data_viewer_copy_not_allowed',
message: 'data_viewer_copy_not_allowed_message',
});
Expand Down

0 comments on commit 081b0ea

Please sign in to comment.