1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

Remove test text

This commit is contained in:
vincent 2022-08-03 09:59:52 +02:00 committed by Sylvain
parent ecb7f6d640
commit ea1171ba0f
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ const ProductCategories: React.FC<ProductCategoriesProps> = ({ onSuccess, onErro
<ManageProductCategory action='create'
productCategories={productCategories}
onSuccess={handleSuccess} onError={onError} />
<FabButton className='main-action-btn' onClick={handleSave}>Plop</FabButton>
<FabButton className='main-action-btn' onClick={handleSave}>Save</FabButton>
</div>
</header>
<FabAlert level="warning">

View File

@ -38,7 +38,7 @@
</thead>
<tbody>
<tr ng-repeat="calendar in calendars">
<td class="calendar-name">{{calendar.name}} plop</td>
<td class="calendar-name">{{calendar.name}}</td>
<td class="calendar-url"><a href="{{calendar.url}}" target="_blank">{{calendar.url}}</a></td>
<td class="calendar-legend-group"><span class="calendar-legend-item" ng-style="calendarStyle(calendar)" translate> {{ calendar.text_hidden ? '' : 'app.admin.icalendar.example' }}</span>
<td class="calendar-actions">