mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
Remove test text
This commit is contained in:
parent
ecb7f6d640
commit
ea1171ba0f
@ -85,7 +85,7 @@ const ProductCategories: React.FC<ProductCategoriesProps> = ({ onSuccess, onErro
|
|||||||
<ManageProductCategory action='create'
|
<ManageProductCategory action='create'
|
||||||
productCategories={productCategories}
|
productCategories={productCategories}
|
||||||
onSuccess={handleSuccess} onError={onError} />
|
onSuccess={handleSuccess} onError={onError} />
|
||||||
<FabButton className='main-action-btn' onClick={handleSave}>Plop</FabButton>
|
<FabButton className='main-action-btn' onClick={handleSave}>Save</FabButton>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<FabAlert level="warning">
|
<FabAlert level="warning">
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="calendar in calendars">
|
<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-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-legend-group"><span class="calendar-legend-item" ng-style="calendarStyle(calendar)" translate> {{ calendar.text_hidden ? '' : 'app.admin.icalendar.example' }}</span>
|
||||||
<td class="calendar-actions">
|
<td class="calendar-actions">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user