Loading sveltejs/public/build/bundle.js +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file sveltejs/public/build/bundle.js.map +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file sveltejs/src/Project/Image.svelte +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ {:else if (fieldProjectImages[0].file.resource = 'file')} <!-- Keeping this block for compatibility with the mockapi. --> {#await fetchEntity(fieldProjectImages[0].file.uri)} <span>...waiting</span> <img src={fallbackImage} alt={Drupal.t('Placeholder')} /> {:then file} <img src={file.url} alt="" on:error={showFallback} /> {:catch error} Loading Loading
sveltejs/public/build/bundle.js +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file
sveltejs/public/build/bundle.js.map +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file
sveltejs/src/Project/Image.svelte +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ {:else if (fieldProjectImages[0].file.resource = 'file')} <!-- Keeping this block for compatibility with the mockapi. --> {#await fetchEntity(fieldProjectImages[0].file.uri)} <span>...waiting</span> <img src={fallbackImage} alt={Drupal.t('Placeholder')} /> {:then file} <img src={file.url} alt="" on:error={showFallback} /> {:catch error} Loading