Skip to content
Snippets Groups Projects
Commit 38abd1ab authored by Omkar Deshpande's avatar Omkar Deshpande Committed by Chris Wells
Browse files

Issue #3504656 by utkarsh_33, sandip poddar, phenaproxima, chrisfromredfin:...

Issue #3504656 by utkarsh_33, sandip poddar, phenaproxima, chrisfromredfin: Three dancing dots - remove
parent 9393f883
No related branches found
No related tags found
1 merge request!707#3504656: Remove Dancing dots.
Pipeline #421053 passed
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
<script> <script>
const { Drupal } = window; const { Drupal } = window;
import { MAX_SELECTIONS } from '../constants';
// eslint-disable-next-line import/prefer-default-export // eslint-disable-next-line import/prefer-default-export
export let message = Drupal.t('Installing'); export let message = Drupal.t('Installing');
</script> </script>
<span class="pb-ellipsis">{message}</span> <span class:pb-ellipsis={MAX_SELECTIONS === 1}>{message}</span>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment